doevent commited on
Commit
d941b66
·
verified ·
1 Parent(s): 0484c67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,6 +5,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
5
  WORKDIR /app
6
  COPY --chown=user ./requirements.txt requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
- COPY --chown=user . /app
 
9
 
10
  CMD ["python", "app.py"]
 
5
  WORKDIR /app
6
  COPY --chown=user ./requirements.txt requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
+ COPY --chown=user . /app.py
9
+ EXPOSE 7860
10
 
11
  CMD ["python", "app.py"]