We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a60644 commit 9d5cb14Copy full SHA for 9d5cb14
1 file changed
docker/Dockerfile
@@ -40,4 +40,4 @@ COPY --from=BUILD_IMAGE /usr/include /usr/include
40
COPY --from=BUILD_IMAGE /usr/local/include /usr/local/include
41
ENV LD_LIBRARY_PATH=/usr/local/lib
42
WORKDIR /opt/stopover
43
-ENTRYPOINT python -m stopover_server
+ENTRYPOINT python -u -m stopover_server
0 commit comments