Skip to content

Commit 65b7c39

Browse files
committed
actually fixed
1 parent 70078f3 commit 65b7c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/discord-bot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine
1111
RUN apk add --no-cache icu-libs
1212
USER 1000:1000
1313
WORKDIR /app
14-
COPY --from=stage1 --chown=1000:1000 /app/assets .
14+
COPY --from=stage1 --chown=1000:1000 /app/assets /assets
1515
COPY --from=stage1 --chown=1000:1000 /publish .
1616
ENTRYPOINT [ "dotnet", "discord-bot.dll" ]

0 commit comments

Comments
 (0)