TRMT commited on
Commit
3c87885
·
1 Parent(s): 6974732

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY . /my_codes
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
- WORKDIR /app
17
 
18
  # Make port 80 available to the world outside this container
19
  EXPOSE 80
 
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
+ #WORKDIR /app
17
 
18
  # Make port 80 available to the world outside this container
19
  EXPOSE 80