Skip to content

Commit 77450c8

Browse files
committed
update dockerfile
1 parent bcef445 commit 77450c8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ RUN apt-get upgrade -y
77
RUN apt-get update -y
88
RUN apt-get install -y python3-pip
99

10-
RUN pip3 install -r ./requirements.txt
11-
10+
RUN pip install --no-cache-dir -r requirements.txt
1211

1312
CMD python3 ./main.py -l=DEBUG
1413

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

0 commit comments

Comments
 (0)