Update Dockerfile
Browse files- 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 |
-
|
|
|
|
18 |
RUN pip install -r requirements.txt
|
19 |
COPY . .
|
20 |
RUN pip install -e .
|
21 |
+
|
22 |
+
CMD ["python", "app.py"]
|