We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26476b commit 3d8d308Copy full SHA for 3d8d308
frontend/Dockerfile
@@ -4,8 +4,8 @@ FROM python:3.10-slim
4
# Set the working directory in the container
5
WORKDIR /app
6
7
-# Copy the current directory contents into the container at /app
8
-COPY . /app
+# Copy the app
+COPY ./app /app
9
10
# Install any needed packages specified in requirements.txt
11
COPY requirements.txt /app/
0 commit comments