2 lines
46 B
Docker
2 lines
46 B
Docker
|
FROM nginx:alpine
|
||
|
COPY . /usr/share/nginx/html
|