anchor commited on
Commit
f586482
·
verified ·
1 Parent(s): d04fbae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,4 +58,4 @@ EXPOSE 7860
58
  CMD ["pwd"]
59
  CMD ["username"]
60
  CMD ["ls -l"]
61
- CMD ["python", "app.py"]
 
58
  CMD ["pwd"]
59
  CMD ["username"]
60
  CMD ["ls -l"]
61
+ CMD ["/bin/bash", "-c", "source activate musev && python app.py"]