Skip to content

Commit

Permalink
include static in demo [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Sep 10, 2024
1 parent b951f78 commit 8623039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ WORKDIR /app
COPY --from=builder /app/target/release/demo /app/demo
COPY examples/demo/challenges /app/challenges
COPY examples/demo/config.yaml /app/config.yaml
COPY examples/demo/static /app/static
CMD ["/app/demo"]

EXPOSE 3000

0 comments on commit 8623039

Please sign in to comment.