fix about bot command (#14)

This commit is contained in:
Dmitry Afanasyev
2023-09-26 22:16:54 +03:00
committed by GitHub
parent 275470f174
commit 9ad47ce7c3
4 changed files with 6 additions and 5 deletions

View File

@@ -3,8 +3,6 @@ FROM python:3.11.5 AS compile-image
ARG USER=web
ARG STAGE
ENV PYTHONUNBUFFERED=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
DOCKER_CONTAINER=1 \