Skip to content

Commit

Permalink
Fix Docker parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Aug 26, 2024
1 parent 9f59d98 commit 4669336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ ENV CITYGML_TOOLS="/opt/citygml-tools/citygml-tools"
ENV VAL3DITY="/usr/bin/val3dity"
ENV ROOT_PATH=""

CMD ["bash", "-c", "fastapi run app/main.py --proxy-headers --port 8080 --root-path '${ROOT_PATH%/}'"]
CMD ["bash", "-c", "fastapi run app/main.py --proxy-headers --port 8080 --root-path \"${ROOT_PATH%/}\""]

0 comments on commit 4669336

Please sign in to comment.