svaze commited on
Commit
8dabff2
·
verified ·
1 Parent(s): 5026c77

Update Dockerfile

Browse files

changed dockerfile

Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ COPY . /app
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  # Copy the environment variable files into the container
13
- COPY .env /app/.env
14
- COPY .flaskenv /app/.flaskenv
15
 
16
  # Expose port 7860
17
  EXPOSE 7860
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  # Copy the environment variable files into the container
13
+ # COPY .env /app/.env
14
+ # COPY .flaskenv /app/.flaskenv
15
 
16
  # Expose port 7860
17
  EXPOSE 7860