Use slim version of docker container

This massively reduces the size of the final container (330mb -> 60mb)
This commit is contained in:
Jake Howard 2020-05-12 22:17:33 +01:00
parent f7e69bded1
commit 026d3048c3
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.8-slim
WORKDIR /usr/src/app