Skip to content

Commit ac21887

Browse files
committed
changed / to root directory
1 parent ead2a40 commit ac21887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.9-slim
22

33
# Set the working directory
4-
WORKDIR /
4+
WORKDIR .
55

66
# Copy requirements.txt file
77
COPY requirements.txt .

0 commit comments

Comments
 (0)