Skip to content

Commit 4c876d9

Browse files
author
John Dutchover
committed
update Dockerfile
1 parent 18e1c38 commit 4c876d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ FROM python:3.11.7
44
# Set the working directory in the Docker image
55
WORKDIR /usr/src/app
66

7-
# Create the requirements directory and copy requirements.txt
7+
# Create the requirements directory
8+
RUN mkdir requirements
9+
10+
# Copy requirements.txt into the container at /usr/src/app/requirements/
811
COPY requirements/requirements.txt requirements/
912

1013
# Install dependencies

0 commit comments

Comments
 (0)