Skip to content

Commit 07de192

Browse files
committed
fix: update workdir in prod dockerfile
1 parent c9ae9c1 commit 07de192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
1616
PYTHONUNBUFFERED=1 \
1717
PATH="/build/.venv/bin:$PATH"
1818

19-
WORKDIR /app
19+
WORKDIR /
2020

2121
COPY --from=builder /build/.venv /build/.venv
2222

23-
COPY ./app ./app
23+
COPY app ./app
2424

2525
EXPOSE 8000
2626

0 commit comments

Comments
 (0)