Skip to content

Commit de70102

Browse files
authored
Merge pull request #4 from fnproject/fix-dockerfile
Fixing root Dockerfile
2 parents f378a0e + 7809c10 commit de70102

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)