Gregniuki commited on
Commit
d3beaf3
1 Parent(s): d40de4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -42,9 +42,7 @@ WORKDIR /app
42
  #COPY ./requirements.txt /app/requirements.txt
43
  # Copy the FastAP application code into the container
44
  COPY ./ /app
45
- COPY ./routes/auth.ph /app/routes/
46
- Copy ./routes/tts.ph /app/routes/
47
- COPY ./routes/__init__.ph /app/routes/
48
  #COPY ./interface.html /app/interface.html
49
  #COPY ./styles.css /app/styles.css
50
  # Install the required Python packages from requirements.txt
 
42
  #COPY ./requirements.txt /app/requirements.txt
43
  # Copy the FastAP application code into the container
44
  COPY ./ /app
45
+
 
 
46
  #COPY ./interface.html /app/interface.html
47
  #COPY ./styles.css /app/styles.css
48
  # Install the required Python packages from requirements.txt