We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415f263 commit 9ce3c0cCopy full SHA for 9ce3c0c
Dockerfile
@@ -6,6 +6,6 @@ COPY . .
6
RUN pip3 install --user -r requirements.txt && pip3 cache purge
7
ENV PYTHONPATH="/usr/local:$PYTHONPATH"
8
9
-CMD python vtkw-server.py --port 1234 --host 0.0.0.0
+CMD python src/opengeodeweb_viewer/rpc/schemas/vtkw-server.py --port 1234 --host 0.0.0.0
10
11
EXPOSE 1234
0 commit comments