-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8908da6
commit 52f7d6e
Showing
9 changed files
with
3,213 additions
and
3,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# * @author Yasir Aris M <[email protected]> | ||
# * @date 2022-12-01 09:12:27 | ||
# * @projectName MissKatyPyro | ||
# * Copyright ©YasirPedia All rights reserved | ||
|
||
# Base Docker Using Ubuntu 24.04, Python 3.12 and Built In Pip | ||
## With Built in Pip Package | ||
FROM yasirarism/misskaty-docker:py3.12 | ||
## Without Built in Pip Package | ||
# FROM yasirarism/misskaty-docker:free | ||
|
||
# Set Hostname | ||
ENV HOSTNAME=yasir-server | ||
# Copy Files | ||
COPY . . | ||
# Instal pip package | ||
# RUN pip3 install --no-cache-dir -r requirements.txt | ||
# Set CMD Bot | ||
CMD ["bash", "start.sh"] | ||
# * @author Yasir Aris M <[email protected]> | ||
# * @date 2022-12-01 09:12:27 | ||
# * @projectName MissKatyPyro | ||
# * Copyright ©YasirPedia All rights reserved | ||
|
||
# Base Docker Using Ubuntu 24.04, Python 3.12 and Built In Pip | ||
## With Built in Pip Package | ||
FROM yasirarism/misskaty-docker:py3.12 | ||
## Without Built in Pip Package | ||
# FROM yasirarism/misskaty-docker:free | ||
|
||
# Set Hostname | ||
ENV HOSTNAME=yasir-server | ||
# Copy Files | ||
COPY . . | ||
# Instal pip package | ||
# RUN pip3 install --no-cache-dir -r requirements.txt | ||
# Set CMD Bot | ||
CMD ["bash", "start.sh"] |
Oops, something went wrong.