Skip to content

Commit 9ce3c0c

Browse files
committed
added new path into the dockerfile
1 parent 415f263 commit 9ce3c0c

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
@@ -6,6 +6,6 @@ COPY . .
66
RUN pip3 install --user -r requirements.txt && pip3 cache purge
77
ENV PYTHONPATH="/usr/local:$PYTHONPATH"
88

9-
CMD python vtkw-server.py --port 1234 --host 0.0.0.0
9+
CMD python src/opengeodeweb_viewer/rpc/schemas/vtkw-server.py --port 1234 --host 0.0.0.0
1010

1111
EXPOSE 1234

0 commit comments

Comments
 (0)