Skip to content

Commit

Permalink
fix: dockerfile copy
Browse files Browse the repository at this point in the history
Signed-off-by: djerfy <[email protected]>
  • Loading branch information
djerfy committed Oct 10, 2023
1 parent 27f05df commit d53d021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE 443

RUN rm -rf /tmp/build

COPY ./Caddyfile /etc/
COPY ./entrypoint.sh /root/
COPY ./docker/caddy/Caddyfile /etc/Caddyfile.tpl
COPY ./docker/entrypoint.sh /

CMD ["sh", "/root/entrypoint.sh"]
CMD ["sh", "/entrypoint.sh"]

0 comments on commit d53d021

Please sign in to comment.