Staticaliza commited on
Commit
64d0a8b
·
verified ·
1 Parent(s): 01f0f4b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ run pip install -r requirements.txt
8
  expose 5678
9
 
10
  copy . .
11
- cmd [ "python", "my_tcp_server.py" ]
 
8
  expose 5678
9
 
10
  copy . .
11
+ cmd [ "python", "app.py" ]