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