fix: remove .env.production from Dockerfile — secrets injected via Nomad template
All checks were successful
Build and Deploy / deploy (push) Successful in 42s

This commit is contained in:
Henrik Jess Nielsen
2026-05-23 01:00:56 +02:00
parent d25c4cb226
commit ba38cb1e47

View File

@@ -6,7 +6,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY src/ src/
COPY .env.production .env
EXPOSE 8000