mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-28 14:23:15 +00:00
I love docker :3
This commit is contained in:
parent
b7f030826e
commit
3ed6658423
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ RUN apk update
|
|||
RUN apk --no-cache add python3 py3-pip curl
|
||||
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
RUN poetry install
|
||||
RUN poetry run python3 database.py
|
||||
RUN /root/.local/bin/poetry install
|
||||
RUN /root/.local/bin/poetry run python3 database.py
|
||||
|
||||
CMD ["poetry", "run", "python3", "main.py"]
|
||||
CMD ["/root/.local/bin/poetry", "run", "python3", "main.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue