changed docker to support m1 mac
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
FROM alpine:3.18.4
|
FROM python:3.9
|
||||||
RUN apk add --no-cache python3 py3-pip
|
|
||||||
COPY requirements.txt /home
|
COPY requirements.txt /home
|
||||||
RUN pip install -r /home/requirements.txt
|
RUN pip install -r /home/requirements.txt
|
||||||
COPY src webserver
|
COPY src webserver
|
||||||
|
|||||||
Reference in New Issue
Block a user