Skip to content

Commit 61458eb

Browse files
committed
ENVPATH fix
1 parent 2256886 commit 61458eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ COPY openssl.cnf /app/openssl.cnf
2828
# Ensure the certs directory exists
2929
RUN mkdir -p /app/certs
3030

31+
# Set Python path so imports work without installing project as package
32+
ENV PYTHONPATH=/app
33+
3134
# Expose metrics port
3235
EXPOSE 9090
3336

0 commit comments

Comments
 (0)