5 lines
59 B
Docker
5 lines
59 B
Docker
FROM nginx:alpine
|
|
|
|
COPY * /usr/share/nginx/html/
|
|
|
|
EXPOSE 80 |