playingapi commited on
Commit
c32d896
·
verified ·
1 Parent(s): f27e7a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -5,9 +5,9 @@ WORKDIR /app
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
- COPY main.py .
9
- COPY retool.json .
10
- COPY client_api_keys.json .
11
 
12
 
13
  EXPOSE 9000
 
5
  COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
+ COPY main.py /app/
9
+ COPY retool.json /app/
10
+ COPY client_api_keys.json /app/
11
 
12
 
13
  EXPOSE 9000