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

10 lines
136 B
Plaintext
Raw Normal View History

2019-11-15 17:45:34 +01:00
IMAGE alpine3.9-nginx_1.14.2-191115
LAYER alpine3.9_3.9.4-190620
RUN EOF
apk --no-cache add nginx
EOF
CMD nginx -g "daemon off;"