Add new infra architecture

This commit is contained in:
Urtzi Alfaro
2026-01-19 11:55:17 +01:00
parent 21d35ea92b
commit 35f164f0cd
311 changed files with 13241 additions and 3700 deletions

View File

@@ -1,11 +1,11 @@
# Sales Dockerfile
# Add this stage at the top of each service Dockerfile
FROM python:3.11-slim AS shared
FROM localhost:5000/python_3.11-slim AS shared
WORKDIR /shared
COPY shared/ /shared/
# Then your main service stage
FROM python:3.11-slim
FROM localhost:5000/python_3.11-slim
WORKDIR /app