Skip to content

Commit d361f36

Browse files
Merge pull request #68 from microsoft/psl-bug13843-backend
fix: File path changed for backend to resolve container issue
2 parents 38d1d11 + 269c27b commit d361f36

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)