3 lines
53 B
Docker
3 lines
53 B
Docker
FROM nginx:latest
|
|
|
|
COPY ./web /usr/share/nginx/html |
FROM nginx:latest
|
|
|
|
COPY ./web /usr/share/nginx/html |