Skip to content

Commit

Permalink
Python3 help message
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 23, 2017
1 parent 9d70902 commit ae3b137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var buildCmd = &cobra.Command{
faas-cli build --image IMAGE_NAME
--handler HANDLER_DIR
--name FUNCTION_NAME
[--lang <ruby|python|python-armf|node|node-armf|csharp|Dockerfile>]
[--lang <ruby|python|python3|node|csharp|Dockerfile>]
[--no-cache] [--squash]
[--regex "REGEX"]
[--filter "WILDCARD"]`,
Expand Down
2 changes: 1 addition & 1 deletion template/python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ WORKDIR /root/

ENV fprocess="python3 index.py"

#HEALTHCHECK --interval=1s CMD [ -e /tmp/.lock ] || exit 1
HEALTHCHECK --interval=1s CMD [ -e /tmp/.lock ] || exit 1

CMD ["fwatchdog"]

0 comments on commit ae3b137

Please sign in to comment.