ffreemt commited on
Commit
128e040
1 Parent(s): ff18592
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
24
  # ["sh", "-c", "'FOO=BAR python app.py'"]
25
 
26
  # CMD ["sh", "start-m3-server.sh"] # OK
27
- CMD ["python", "app.py"]
 
24
  # ["sh", "-c", "'FOO=BAR python app.py'"]
25
 
26
  # CMD ["sh", "start-m3-server.sh"] # OK
27
+ CMD ["python", "m3_server.py"]