Joey889 commited on
Commit
07a2b00
·
verified ·
1 Parent(s): b1245e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@
2
  FROM python:3.10-slim
3
  WORKDIR /app
4
  COPY . /app
 
5
  RUN pip install -r requirements.txt
6
  EXPOSE 7860
7
  CMD ["python", "app.py"]
 
2
  FROM python:3.10-slim
3
  WORKDIR /app
4
  COPY . /app
5
+ COPY credentials.json /app/credentials.json
6
  RUN pip install -r requirements.txt
7
  EXPOSE 7860
8
  CMD ["python", "app.py"]