Skip to content

Commit c61c293

Browse files
authored
Update Dockerfile
1 parent 4b2c763 commit c61c293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Use an official Python runtime as a parent image
22
FROM python:3.12-slim
3-
ENV PROJECT_HOME=/work
3+
ENV WORKDIR=/work
44
RUN mkdir /work
55

66
# Set the working directory in the container
7-
WORKDIR ${PROJECT_HOME}
7+
WORKDIR ${WORKDIR}
88

99
# Install runtime dependencies
1010
COPY requirements.txt .

0 commit comments

Comments
 (0)