mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Update flask-redis/Dockerfile
Co-authored-by: Guillaume Lours <guillaume@lours.me>
This commit is contained in:
parent
60d352e4a7
commit
cbd6bc6643
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM python:3.11.0a6-alpine3.15
|
||||
ADD . /code
|
||||
WORKDIR /code
|
||||
RUN pip install -r requirements.txt
|
||||
COPY requirements.txt /code
|
||||
RUN pip install -r requirements.txt --no-cache-dir
|
||||
COPY . /code
|
||||
CMD python app.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue