1 parent 70078f3 commit 65b7c39Copy full SHA for 65b7c39
1 file changed
apps/discord-bot/Dockerfile
@@ -11,6 +11,6 @@ FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine
11
RUN apk add --no-cache icu-libs
12
USER 1000:1000
13
WORKDIR /app
14
-COPY --from=stage1 --chown=1000:1000 /app/assets .
+COPY --from=stage1 --chown=1000:1000 /app/assets /assets
15
COPY --from=stage1 --chown=1000:1000 /publish .
16
ENTRYPOINT [ "dotnet", "discord-bot.dll" ]
0 commit comments