Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -41,7 +41,10 @@ WORKDIR /app
|
|
41 |
# Copy the requirements file into the container at /code/
|
42 |
#COPY ./requirements.txt /app/requirements.txt
|
43 |
# Copy the FastAP application code into the container
|
44 |
-
COPY
|
|
|
|
|
|
|
45 |
#COPY ./interface.html /app/interface.html
|
46 |
#COPY ./styles.css /app/styles.css
|
47 |
# Install the required Python packages from requirements.txt
|
|
|
41 |
# Copy the requirements file into the container at /code/
|
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
|