mirror of
https://github.com/solero/wand.git
synced 2024-11-09 23:18:21 +00:00
Add Dockerfile for web container
This commit is contained in:
parent
874e425eeb
commit
9fe161bf25
7
web/Dockerfile
Normal file
7
web/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM nginx:1.17.10-alpine
|
||||||
|
|
||||||
|
ENV DOCKERIZE_VERSION v0.6.1
|
||||||
|
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
|
||||||
|
&& tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
|
||||||
|
&& rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue
Block a user