Skip to content

Commit

Permalink
Caddy 2 config flag update.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Sep 27, 2024
1 parent 553dbde commit 829399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=build /app/dist /srv
COPY Caddyfile /etc/caddy/Caddyfile
RUN caddy fmt /etc/caddy/Caddyfile

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

# FROM node:14.21.3

Expand Down

0 comments on commit 829399b

Please sign in to comment.