lilferrit commited on
Commit
d3ced44
1 Parent(s): 4956cb1

fixed dockerfile bug

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ COPY ./eggcount /code/eggcount
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
  RUN pip install -e /code
14
 
15
- CMD ["python3", "-m", "--host=\"0.0.0.0\"", "--port=\"7860\""]
 
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
  RUN pip install -e /code
14
 
15
+ CMD ["python3", "-m", "eggcount.app", "--host=\"0.0.0.0\"", "--port=\"7860\""]