3 lines
61 B
Docker
3 lines
61 B
Docker
FROM nginx:stable-alpine-slim
|
|
|
|
COPY . /usr/share/nginx/html/
|
FROM nginx:stable-alpine-slim
|
|
|
|
COPY . /usr/share/nginx/html/
|