Skip to content

Commit a99fba0

Browse files
committed
Set route path correctly(?)
1 parent e0f9245 commit a99fba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ RUN conda run -n webproj python -m pip install --no-deps .
2525
RUN conda run -n webproj pyproj sync --source-id dk_sdfe --target-dir $WEBPROJ_LIB
2626
RUN conda run -n webproj pyproj sync --source-id dk_sdfi --target-dir $WEBPROJ_LIB
2727

28-
CMD ["conda", "run", "-n", "webproj", "uvicorn", "--proxy-headers", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--route_path", "rest/webproj_test/" ]
28+
CMD ["conda", "run", "-n", "webproj", "uvicorn", "--proxy-headers", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--route_path", "/rest/webproj_test" ]
2929

3030
EXPOSE 80

0 commit comments

Comments
 (0)