Skip to content
Snippets Groups Projects
Commit 0d04ebf8 authored by carignani's avatar carignani
Browse files

run on python3

parent 8b904355
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,5 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENTRYPOINT ["python"]
CMD ["web_app.py"]
\ No newline at end of file
ENTRYPOINT ["python3"]
CMD ["web_app.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment