DanielIglesias97 commited on
Commit
6cc8eb5
·
verified ·
1 Parent(s): f37ac06

We have modified the Dockerfile because it did not work without a binding

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,4 +10,6 @@ COPY ./requirements.txt ./requirements.txt
10
 
11
  RUN pip3 install -r requirements.txt
12
 
 
 
13
  CMD ["python", "main.py"]
 
10
 
11
  RUN pip3 install -r requirements.txt
12
 
13
+ COPY . .
14
+
15
  CMD ["python", "main.py"]