fix(docker): start main:app fra /app — ikke agents/core-logic

This commit is contained in:
chrischristiansen-glitch 2026-06-13 16:40:14 +02:00
parent 3cc6a83885
commit beb466eab0

View File

@ -1,6 +1,6 @@
FROM us-central1-docker.pkg.dev/propane-will-491900-m5/osvauco-repo/osvauco-base:latest FROM us-central1-docker.pkg.dev/propane-will-491900-m5/osvauco-repo/osvauco-base:latest
# Sett rotkatalog som arbeidsmappe # Eksplisitt override av base-image WORKDIR
WORKDIR /app WORKDIR /app
# Installer avhengigheter # Installer avhengigheter
@ -13,6 +13,7 @@ COPY agents/ ./agents/
COPY static/ ./static/ COPY static/ ./static/
COPY auth/ ./auth/ COPY auth/ ./auth/
COPY ml/ ./ml/ COPY ml/ ./ml/
COPY docs/ ./docs/
ENV PORT=8080 ENV PORT=8080
ENV PYTHONPATH=/app ENV PYTHONPATH=/app