CHANGE: rollback of dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.12.2-alpine
|
FROM python:3.9
|
||||||
COPY requirements.txt /home
|
COPY requirements.txt .
|
||||||
RUN pip install -r /home/requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY src webserver
|
COPY src webserver
|
||||||
WORKDIR /webserver
|
WORKDIR /webserver
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user