Skip to content

Commit

Permalink
Add caddy command to dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Sep 27, 2024
1 parent 13e3f04 commit c3845c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ COPY --from=build /app/dist /srv
COPY Caddyfile /etc/caddy/Caddyfile
RUN caddy fmt /etc/caddy/Caddyfile

CMD ["caddy", "--conf", "/etc/Caddyfile"]

# FROM node:14.21.3

# COPY --from=build /app /app
Expand Down

0 comments on commit c3845c5

Please sign in to comment.