codigo0/promo-site/Dockerfile

5 lines
93 B
Docker
Raw Normal View History

FROM nginx:alpine
COPY . /usr/share/nginx/html/
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]