5 lines
64 B
Docker
5 lines
64 B
Docker
FROM nginx/nginx:latest
|
|
|
|
COPY . /usr/share/nginx/html
|
|
|
|
EXPOSE 80 |