3 lines
47 B
Docker
3 lines
47 B
Docker
FROM nginx:alpine
|
|
COPY . /usr/share/nginx/html
|
FROM nginx:alpine
|
|
COPY . /usr/share/nginx/html
|