Skip to content

Commit 3d8d308

Browse files
committed
Correct Dockerfile frontend
1 parent e26476b commit 3d8d308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM python:3.10-slim
44
# Set the working directory in the container
55
WORKDIR /app
66

7-
# Copy the current directory contents into the container at /app
8-
COPY . /app
7+
# Copy the app
8+
COPY ./app /app
99

1010
# Install any needed packages specified in requirements.txt
1111
COPY requirements.txt /app/

0 commit comments

Comments
 (0)