Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -5,5 +5,4 @@ RUN git clone https://github.com/renqabs/jdvae.git /app
|
|
| 5 |
WORKDIR app
|
| 6 |
RUN pip install -r requirements.txt
|
| 7 |
EXPOSE 7860
|
| 8 |
-
WORKDIR api
|
| 9 |
CMD ["python", "main.py"]
|
|
|
|
| 5 |
WORKDIR app
|
| 6 |
RUN pip install -r requirements.txt
|
| 7 |
EXPOSE 7860
|
|
|
|
| 8 |
CMD ["python", "main.py"]
|