app-template-static/Dockerfile

3 lines
56 B
Docker

FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80