We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b7419 commit b37d7a1Copy full SHA for b37d7a1
src/JoinRpg.Portal/Dockerfile
@@ -8,6 +8,9 @@ RUN dotnet publish src/JoinRpg.Portal -c Release -o out
8
FROM mcr.microsoft.com/dotnet/aspnet:5.0.5
9
WORKDIR /app
10
COPY --from=build-env /app/out .
11
+
12
+#We need this to ClosedXML to work
13
+RUN apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev
14
ENTRYPOINT ["dotnet", "JoinRpg.Portal.dll"]
15
16
EXPOSE 80/tcp
0 commit comments