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