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