Skip to content

Commit

Permalink
Merge pull request #89 from IzStriker/fix-k8s
Browse files Browse the repository at this point in the history
fix: pass --urls as an arg
  • Loading branch information
djpiper28 authored Feb 28, 2024
2 parents 821525c + f03562d commit 6fe9b8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ COPY --from=build-env /app/out .
COPY --from=build-env /fonts .local/share/

EXPOSE 5000
ENV ASPNETCORE_URLS https://0.0.0.0:5000
ENTRYPOINT [ "sh", "docker_start.sh" ]
2 changes: 1 addition & 1 deletion docker_start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
dotnet WakaBot.Web.dll || exit 1
dotnet WakaBot.Web.dll -- --urls http://0.0.0.0:5000 || exit 1

0 comments on commit 6fe9b8b

Please sign in to comment.