Skip to content

Commit 269c27b

Browse files
File path changed for backend to resolve container issue
1 parent 38d1d11 commit 269c27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.11-slim
33

44

55
# Backend app setup
6-
WORKDIR /app/backend
6+
WORKDIR /src/backend
77
COPY . .
88
# Install dependencies
99
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)