eienmojiki commited on
Commit
4a35f15
·
verified ·
1 Parent(s): f21390d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -1,7 +1,3 @@
1
  FROM stephengpope/no-code-architects-toolkit:latest
2
 
3
- RUN sh -c ls
4
-
5
- EXPOSE 7860
6
-
7
- CMD [""]
 
1
  FROM stephengpope/no-code-architects-toolkit:latest
2
 
3
+ CMD ["python", "app.py"]