feat: update Dockerfile and Makefile for static files and compose configuration

This commit is contained in:
grillazz
2026-07-17 14:22:44 +02:00
parent 0d1f681379
commit de2ae691d4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ WORKDIR /panettone
COPY /app/ app/
COPY /tests/ tests/
COPY /templates/ templates/
COPY /static/ /panettone/static/
COPY .env app/
COPY alembic.ini /panettone/alembic.ini
COPY /alembic/ /panettone/alembic/
+1 -1
View File
@@ -16,7 +16,7 @@ help: ## Show this help
# ====================================================================================
.PHONY: docker-build
docker-build: ## Build project Docker images using compose
docker compose build
docker compose -f granian-compose.yml build
.PHONY: docker-up
docker-up: ## Run project with compose