itzjunayed commited on
Commit
88ada9a
·
verified ·
1 Parent(s): 898266d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,5 +15,8 @@ RUN pip install detectron2 -f \
15
  # Copy the rest of your application code to the container
16
  COPY . .
17
 
 
 
 
18
  # Set the command to run your application
19
  CMD ["python", "app.py"]
 
15
  # Copy the rest of your application code to the container
16
  COPY . .
17
 
18
+ # Expose the port the app will run on
19
+ EXPOSE 8000
20
+
21
  # Set the command to run your application
22
  CMD ["python", "app.py"]