itzjunayed commited on
Commit
d69ff16
·
verified ·
1 Parent(s): 0d1e4cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -18,5 +18,7 @@ COPY . .
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"]
 
18
  # Expose the port the app will run on
19
  EXPOSE 8000
20
 
21
+
22
+
23
  # Set the command to run your application
24
  CMD ["python", "app.py"]