Skip to content

Commit a4dcc06

Browse files
authored
Update Dockerfile
reduce copied files
1 parent 7eff47d commit a4dcc06

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-alpine
22
LABEL Maintainer="LRVT"
33

4-
COPY . /app
4+
COPY requirements.txt xingdumper.py /app/.
55
RUN pip3 install -r /app/requirements.txt
66

77
WORKDIR /app

0 commit comments

Comments
 (0)