samu commited on
Commit
10848f9
·
1 Parent(s): 390e337
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -1,8 +1,6 @@
1
  FROM python:3.9
2
 
3
- COPY . .
4
-
5
- WORKDIR /
6
 
7
  # Install dependencies
8
  RUN pip install --no-cache --upgrade -r /requirements.txt
 
1
  FROM python:3.9
2
 
3
+ COPY ./ ./
 
 
4
 
5
  # Install dependencies
6
  RUN pip install --no-cache --upgrade -r /requirements.txt