Kurokabe commited on
Commit
ff33c79
·
1 Parent(s): 7a9ce61

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -18,4 +18,5 @@ COPY requirements.txt /GANime/requirements.txt
18
  RUN pip install -r requirements.txt
19
  COPY . .
20
  RUN pip install -e .
21
- EXPOSE 8888
 
 
18
  RUN pip install -r requirements.txt
19
  COPY . .
20
  RUN pip install -e .
21
+
22
+ CMD ["python", "app.py"]