Skip to content

Commit

Permalink
Fix caddy dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Jul 29, 2024
1 parent 3ec2c7e commit f29af7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ 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,tls} && \
mkdir -p /opt/caddy/bin && \
mkdir -p /opt/caddy/tls && \
mv ./caddy /opt/caddy/bin


Expand Down

0 comments on commit f29af7a

Please sign in to comment.