Skip to content

Commit 6ca8006

Browse files
committed
Dockerfile fix
1 parent 4dde07c commit 6ca8006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN pip install --no-cache-dir -r ./installation/requirements-diagrams.txt
5959
COPY . .
6060

6161
# Set Python path to include SIRA module
62-
ENV PYTHONPATH=${PYTHONPATH:+${PYTHONPATH}:}/app
62+
ENV PYTHONPATH=/app
6363

6464
# Default command - show SIRA help
6565
CMD ["python", "-m", "sira", "--help"]

0 commit comments

Comments
 (0)