Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
azhe403 committed Oct 13, 2024
1 parent c1f36cd commit cfceac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_TAG} AS build
WORKDIR /build
COPY . .
RUN apk add --no-cache icu-data-full icu-libs
RUN git submodule update --init --recursive
RUN dotnet restore "backend/ZiziBot.Engine/ZiziBot.Engine.csproj"

Expand Down

0 comments on commit cfceac9

Please sign in to comment.