5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
FROM nginx
|
|
|
|
# COPY nginx.conf /
|
|
COPY --chmod=755 ./ /usr/share/nginx/html
|