Skip to content

Commit

Permalink
update dockerfile to server static files
Browse files Browse the repository at this point in the history
  • Loading branch information
prplnorangesoda committed Jul 29, 2024
1 parent e75c13e commit cc4c5a0
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 @@ -17,4 +17,5 @@ RUN cargo build --release
COPY .env /tmp/lucyleague/.env
EXPOSE 8080

COPY ./lucyleague-frontend/static ./lucyleague-frontend/static
CMD ["./target/release/lucyleague"]

0 comments on commit cc4c5a0

Please sign in to comment.