10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
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;"
|