Skip to content

Commit

Permalink
fix dockerfile?
Browse files Browse the repository at this point in the history
  • Loading branch information
stanistan committed Jun 21, 2024
1 parent 76a0b13 commit 3ff27a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ COPY --from=app /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=app /app/server /app
COPY --from=app /app/static /static
COPY --from=tw /app/styles.css /static/styles.css
ENTRYPOINT ["/app", "serve"]

ENTRYPOINT ["/app"]

CMD [ "serve" ]

0 comments on commit 3ff27a9

Please sign in to comment.