Skip to content

Commit

Permalink
User call directly to Python again as instructed in python docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jul 30, 2023
1 parent 29339e7 commit f77de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudknot/templates/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV HOME /home/${username}
WORKDIR /home/${username}

# Set entrypoint
ENTRYPOINT ["/usr/bin/python", "/home/${username}/${script_base_name}"]
ENTRYPOINT ["python", "/home/${username}/${script_base_name}"]

# Copy the python script
COPY ${script_base_name} /home/${username}/

0 comments on commit f77de20

Please sign in to comment.