Skip to content

Commit 7809c10

Browse files
committed
Fixing root Dockerfile
1 parent 9ec319f commit 7809c10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ RUN mkdir /code
55
ADD . /code/
66
RUN pip install -e /code/
77

8-
WORKDIR /code/samples/hot/json
9-
ENTRYPOINT ["python3", "app.py"]
8+
WORKDIR /code/samples/hot/json/echo
9+
ENTRYPOINT ["python3", "func.py"]

0 commit comments

Comments
 (0)