Emil25 commited on
Commit
4f18aee
·
verified ·
1 Parent(s): 8a58e1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -6,11 +6,7 @@ USER root
6
 
7
  WORKDIR /app
8
 
9
- COPY scripts ./scripts/
10
-
11
- COPY app.py ./app.py
12
-
13
- COPY requirements.txt ./requirements.txt
14
 
15
  RUN apt-get update && \
16
  apt-get install -y python3-pip python3-venv
 
6
 
7
  WORKDIR /app
8
 
9
+ COPY . .
 
 
 
 
10
 
11
  RUN apt-get update && \
12
  apt-get install -y python3-pip python3-venv