Skip to content

Commit

Permalink
chore: add static files to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeRain committed Aug 5, 2024
1 parent 639c160 commit d5d61bd
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 @@ -19,5 +19,6 @@ FROM scratch
EXPOSE 3000
COPY --from=builder /usr/src/cement/target/x86_64-unknown-linux-musl/release/cement .
COPY --from=builder /usr/src/cement/templates ./templates
COPY --from=builder /usr/src/cement/static ./static
ENTRYPOINT ["./cement"]

0 comments on commit d5d61bd

Please sign in to comment.