Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism committed Sep 7, 2024
1 parent 8908da6 commit 52f7d6e
Show file tree
Hide file tree
Showing 9 changed files with 3,213 additions and 3,213 deletions.
38 changes: 19 additions & 19 deletions Dockerfile
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"]
Loading

0 comments on commit 52f7d6e

Please sign in to comment.