mayurasandakalum commited on
Commit
37bba32
·
verified ·
1 Parent(s): fd2360a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt-get update && \
19
  apt-get install -y --no-install-recommends build-essential && \
20
  pip install -r requirements.txt
21
 
22
- # Make port 80 available to the world outside this container
23
  EXPOSE 80
24
 
25
  # Run the command to start app using gunicorn
 
19
  apt-get install -y --no-install-recommends build-essential && \
20
  pip install -r requirements.txt
21
 
22
+ # Make port 80 available to the world outside this containe
23
  EXPOSE 80
24
 
25
  # Run the command to start app using gunicorn