mirror of
https://github.com/nikdoof/ohayodash.git
synced 2026-01-29 19:08:14 +00:00
Switch to Alpine docker base
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.9
|
||||
FROM python:3.9-alpine
|
||||
WORKDIR /app
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user