Use prebuilt Docker image

Fixes #89
This commit is contained in:
alstr
2021-11-11 13:25:27 +00:00
parent d8373a95ac
commit 7a0162637b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
FROM python:3-slim AS builder
ADD . /app
ADD main.py /app/main.py
WORKDIR /app
RUN pip install --target=/app requests