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