Skip to content

Update Dockerfile - #363

Open
kosanlinyarhmon-art wants to merge 1 commit into
CodeXBotz:mainfrom
kosanlinyarhmon-art:patch-3
Open

Update Dockerfile#363
kosanlinyarhmon-art wants to merge 1 commit into
CodeXBotz:mainfrom
kosanlinyarhmon-art:patch-3

Conversation

@kosanlinyarhmon-art

Copy link
Copy Markdown

FROM python:3.10-slim-buster

WORKDIR /app

COPY . .

RUN pip3 install --upgrade pip --break-system-packages
RUN pip3 install -U -r requirements.txt --break-system-packages

CMD ["python3", "main.py"]

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

2 participants