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