Mythus commited on
Commit
598c354
·
verified ·
1 Parent(s): 1035c73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -13,8 +13,7 @@ ENV TMDB_KEY\
13
 
14
  # Install any needed packages specified in requirements.txt
15
  RUN pip install --no-cache-dir -r requirements.txt
16
-
17
- # Make port 5000 available to the world outside this container
18
  EXPOSE 8080
19
 
20
  # Run run.py when the container launches
 
13
 
14
  # Install any needed packages specified in requirements.txt
15
  RUN pip install --no-cache-dir -r requirements.txt
16
+ #EXPOSE the port
 
17
  EXPOSE 8080
18
 
19
  # Run run.py when the container launches