We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dde07c commit 6ca8006Copy full SHA for 6ca8006
1 file changed
installation/Dockerfile
@@ -59,7 +59,7 @@ RUN pip install --no-cache-dir -r ./installation/requirements-diagrams.txt
59
COPY . .
60
61
# Set Python path to include SIRA module
62
-ENV PYTHONPATH=${PYTHONPATH:+${PYTHONPATH}:}/app
+ENV PYTHONPATH=/app
63
64
# Default command - show SIRA help
65
CMD ["python", "-m", "sira", "--help"]
0 commit comments