Working Frontend

This commit is contained in:
2022-04-23 23:18:27 +02:00
commit f3ca70d348
53 changed files with 21220 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nginx:1.17.1-alpine
COPY dist/todo-frontend /usr/share/nginx/html
EXPOSE 80