4 lines
54 B
Docker
4 lines
54 B
Docker
|
|
FROM nginx
|
||
|
|
|
||
|
|
COPY --chmod=755 ./ /usr/share/nginx/html
|