mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
no cache
This commit is contained in:
parent
bd28fc905b
commit
998215454f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ ENV HOSTNAME misskaty
|
|||
# Copy Files
|
||||
COPY . .
|
||||
# Instal pip package
|
||||
RUN pip3 install -r requirements.txt --break-system-packages
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages
|
||||
# Set CMD Bot
|
||||
CMD ["bash", "start.sh"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue