♻️ Add backend and frontend to docker-compose

This commit is contained in:
2023-05-26 17:57:09 +02:00
parent b3b36bc3de
commit c44a52b7ae
4 changed files with 50 additions and 7 deletions

4
frontend/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
# pull the latest official nginx image
FROM nginx:mainline-alpine-slim
COPY dist /usr/share/nginx/html