Update Dockerfile

This commit is contained in:
Vu Quoc Anh
2025-03-16 21:13:48 +07:00
committed by GitHub
parent c8ba5cde25
commit ade407497d

View File

@@ -35,7 +35,6 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
# Install runtime dependencies
RUN apk add --no-cache libstdc++
RUN apk add --no-cache gcc
RUN apk add --no-cache g++
# Set the working directory
@@ -49,4 +48,4 @@ COPY --from=builder /usr/local/bin /usr/local/bin
COPY . .
# Command to run the application
CMD ["python3", "bot.py"]
CMD ["python3", "bot.py"]