mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-04 05:53:33 +00:00
python version 3.10-alpine --> 3.10-bullseye
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
FROM python:3.10-alpine
|
||||
FROM python:3.10-bullseye
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /code
|
||||
|
||||
COPY requirements.txt /code/
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY src /code/src/
|
Reference in New Issue
Block a user