DanielIglesias97 commited on
Commit
a3866ca
·
verified ·
1 Parent(s): 4a7394e

Changing a typo in the Dockerfile because the application was not running (using ' instead of ").

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN pip3 install -r requirements.txt
17
 
18
  COPY . .
19
 
20
- ENTRYPOINT ['python', 'main_service.py']
 
17
 
18
  COPY . .
19
 
20
+ ENTRYPOINT ["python", "main_service.py"]