mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2024-11-01 08:14:10 +01:00
no cache in docker
This commit is contained in:
parent
868004854b
commit
ebf73ac27c
@ -1,8 +1,8 @@
|
||||
FROM python:3.7-slim
|
||||
FROM python:3-slim
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt && rm -rf /root/.cache
|
||||
RUN pip install --no-cache-dir -r requirements.txt && rm -rf /root/.cache
|
||||
|
||||
COPY src .
|
||||
CMD ["python", "-u", "/app/Mercatus.py"]
|
Loading…
Reference in New Issue
Block a user