This commit is contained in:
Marco Ochse 2018-05-19 21:02:52 +00:00
parent 84c51afe17
commit 7638fb89d6
2 changed files with 4 additions and 8 deletions

View file

@ -4,11 +4,9 @@ FROM alpine
ADD dist/ /root/dist/ ADD dist/ /root/dist/
# Get and install dependencies & packages # Get and install dependencies & packages
RUN apk -U upgrade && \ RUN apk -U --no-cache add \
apk add bash \ nginx \
nginx \ nginx-mod-http-headers-more && \
nginx-mod-http-headers-more \
procps && \
# Setup configs # Setup configs
mkdir -p /run/nginx && \ mkdir -p /run/nginx && \

View file

@ -1,6 +1,4 @@
# T-Pot (Standard) version: '2.3'
# For docker-compose ...
version: '2.2'
services: services: