ankpan18 commited on
Commit
9c376c7
·
1 Parent(s): b31efa0

changed last command to CMD

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ EXPOSE 3306
32
 
33
 
34
 
35
- RUN flask run --host=0.0.0.0 --port=3306
 
32
 
33
 
34
 
35
+ CMD flask run --host=0.0.0.0 --port=3306