This commit is contained in:
yasirarism 2023-07-01 22:01:48 +07:00 committed by GitHub
parent bd28fc905b
commit 998215454f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]