mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Update Dockerfile
This commit is contained in:
parent
0fb0918f10
commit
cfd0dbba66
1 changed files with 3 additions and 3 deletions
|
|
@ -5,15 +5,15 @@
|
|||
|
||||
# Base Docker Using Ubuntu 23.04, Python 3.11 and Built In Pip
|
||||
## With Built in Pip Package
|
||||
# FROM yasirarism/misskaty-docker:latest
|
||||
FROM yasirarism/misskaty-docker:latest
|
||||
## Without Built in Pip Package
|
||||
FROM yasirarism/misskaty-docker:free
|
||||
# FROM yasirarism/misskaty-docker:free
|
||||
|
||||
# Set Hostname
|
||||
ENV HOSTNAME misskaty
|
||||
# Copy Files
|
||||
COPY . .
|
||||
# Instal pip package
|
||||
RUN pip3 install --no-cache-dir -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