todo-frontend/Dockerfile
2022-04-23 23:18:27 +02:00

4 lines
81 B
Docker

FROM nginx:1.17.1-alpine
COPY dist/todo-frontend /usr/share/nginx/html
EXPOSE 80