Skip to content

Commit f5eeac6

Browse files
Update Dockerfile
Fix WORKDIR
1 parent 45afdb7 commit f5eeac6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM python:alpine
22

33
WORKDIR /opt/app
44
COPY . .
5-
WORKDIR /opt/app/python
65

76
RUN pip3 install -r requirements.txt
87

0 commit comments

Comments
 (0)