We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f378a0e + 7809c10 commit de70102Copy full SHA for de70102
1 file changed
Dockerfile
@@ -5,5 +5,5 @@ RUN mkdir /code
5
ADD . /code/
6
RUN pip install -e /code/
7
8
-WORKDIR /code/samples/hot/json
9
-ENTRYPOINT ["python3", "app.py"]
+WORKDIR /code/samples/hot/json/echo
+ENTRYPOINT ["python3", "func.py"]
0 commit comments