Update Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user