Skip to content

Commit

Permalink
Update instructions to install caddy
Browse files Browse the repository at this point in the history
Caddy has updated its way of server installing.

Change-Id: Ib1beafa7866094394af23f5d3cfb4851c36777bd
  • Loading branch information
9seconds committed Apr 21, 2017
1 parent b08d295 commit 921c88c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions containerization/backend-admin.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,9 @@ RUN set -x \
&& ln -s /usr/local/bin/decapod-admin /usr/local/bin/admin \
&& ln -s /usr/local/bin/decapod-admin-wait /usr/local/bin/admin-wait \
&& cp ./scripts/debug_snapshot.py /debug-snapshot \
&& curl --silent --show-error --fail --location \
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \
"https://caddyserver.com/download/build?os=linux&arch=amd64&features=" | \
tar --no-same-owner -C /usr/bin/ -xz caddy \
&& curl https://getcaddy.com | bash \
&& curl --silent --show-error --fail --location -o /usr/local/bin/jp https://github.com/jmespath/jp/releases/download/0.1.2/jp-linux-amd64 \
&& chmod +x /usr/local/bin/jp \
&& chmod 0755 /usr/bin/caddy \
&& mkdir -p /www/monitoring /www/docs \
&& locale-gen "en_US.UTF-8" \
&& cd /project \
Expand Down

0 comments on commit 921c88c

Please sign in to comment.