Use slim version of docker container
This massively reduces the size of the final container (330mb -> 60mb)
This commit is contained in:
parent
f7e69bded1
commit
026d3048c3
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.8
|
FROM python:3.8-slim
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user