4 lines
81 B
Docker
4 lines
81 B
Docker
FROM nginx:1.17.1-alpine
|
|
COPY dist/todo-frontend /usr/share/nginx/html
|
|
EXPOSE 80
|