Skip to content

Commit

Permalink
Ensure caddy tls directory is created
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Jul 26, 2024
1 parent a648c88 commit 3ec2c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
apt-get install ./xcaddy_0.4.2_linux_amd64.deb && \
xcaddy build \
--with github.com/caddyserver/replace-response && \
mkdir -p /opt/caddy/bin && \
mkdir -p /opt/caddy/{bin,tls} && \
mv ./caddy /opt/caddy/bin


Expand Down

0 comments on commit 3ec2c7e

Please sign in to comment.