Skip to content

Commit

Permalink
chore: change docker run to cmd for site (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jun 9, 2023
2 parents 152daea + ac72248 commit 04f790a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ FROM caddy:2.6.4-alpine as site-prod
WORKDIR /src
COPY --from=site-build /src/dist/apps/site/ ./dist/apps/site
COPY Caddyfile ./Caddyfile
RUN ["caddy", "run", "--config", "Caddyfile"]
CMD ["caddy", "run", "--config", "Caddyfile"]

0 comments on commit 04f790a

Please sign in to comment.