Commit 4db7ebc4 authored by nanahira's avatar nanahira

new

parent 616e19de
Pipeline #21514 passed with stages
in 1 minute and 38 seconds
__pycache__
*.pyc
*.pyo
venv
*.http
.git*
Dockerfile
.dockerignore
\ No newline at end of file
__pycache__
*.pyc
*.pyo
venv
*.http
\ No newline at end of file
FROM python:3.10
WORKDIR /app
COPY ./requirements.txt ./
RUN pip install -r ./requirements.txt
COPY . ./
CMD ["python", "main.py"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment