docker-compose: build both images from source, bake frontend into nginx, use --build flag

This commit is contained in:
Ada
2026-04-06 09:41:20 -04:00
parent 49aa8adce4
commit a077bffb08
4 changed files with 16 additions and 16 deletions

2
deploy/Dockerfile.nginx Normal file
View File

@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html