changed docker to support m1 mac

This commit is contained in:
2023-10-20 19:36:58 +02:00
parent 4bd4a3796e
commit ca8df8600b

View File

@@ -1,5 +1,4 @@
FROM alpine:3.18.4
RUN apk add --no-cache python3 py3-pip
FROM python:3.9
COPY requirements.txt /home
RUN pip install -r /home/requirements.txt
COPY src webserver