Skip to content

Commit 8c52444

Browse files
Merge pull request microsoft#68 from microsoft/psl-bug13843-backend
fix: File path changed for backend to resolve container issue
2 parents 9114ba0 + 20a8520 commit 8c52444

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)