Pre-Deployment Still bugged as hell.

This commit is contained in:
2021-07-26 18:54:28 +01:00
parent e30e89e7e3
commit 7916b1fca6
15 changed files with 76 additions and 186 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8.6-buster
FROM python:3.9.6-alpine
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN pip install --upgrade pip