We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e1c38 commit 4c876d9Copy full SHA for 4c876d9
app/Dockerfile
@@ -4,7 +4,10 @@ FROM python:3.11.7
4
# Set the working directory in the Docker image
5
WORKDIR /usr/src/app
6
7
-# Create the requirements directory and copy requirements.txt
+# Create the requirements directory
8
+RUN mkdir requirements
9
+
10
+# Copy requirements.txt into the container at /usr/src/app/requirements/
11
COPY requirements/requirements.txt requirements/
12
13
# Install dependencies
0 commit comments