Spotter-VM/lxc-shared/alpine3.8-nginx/lxcfile

10 lines
136 B
Plaintext
Raw Normal View History

2019-11-17 15:24:26 +01:00
IMAGE alpine3.8-nginx_1.14.2-191115
LAYER alpine3.8_3.8.4-190620
RUN EOF
apk --no-cache add nginx
EOF
CMD nginx -g "daemon off;"