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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant