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.
2 parents 38d1d11 + 269c27b commit d361f36Copy full SHA for d361f36
src/backend/Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.11-slim
3
4
5
# Backend app setup
6
-WORKDIR /app/backend
+WORKDIR /src/backend
7
COPY . .
8
# Install dependencies
9
RUN pip install --no-cache-dir -r requirements.txt
0 commit comments