Skip to content

Commit

Permalink
Merge pull request #95 from IzStriker/fix-k8s
Browse files Browse the repository at this point in the history
fix: whoops
  • Loading branch information
djpiper28 authored Feb 28, 2024
2 parents 22652de + 06bcd8c commit 1e777bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ WORKDIR /app/
RUN chmod -R 600 .
COPY --from=build-env /app/out .
COPY --from=build-env /fonts .local/share/fonts
COPY appsettings.json .

EXPOSE 5000
ENTRYPOINT [ "dotnet", "WakaBot.Web.dll" ]

0 comments on commit 1e777bf

Please sign in to comment.