mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-31 15:53:14 +00:00
Yeet database
This commit is contained in:
parent
666cdb113e
commit
f955cc3adc
3 changed files with 0 additions and 48 deletions
|
@ -17,10 +17,7 @@ RUN apk --no-cache add python3 py3-pip curl
|
|||
|
||||
# Install poetry
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
# Install the app
|
||||
RUN /root/.local/bin/poetry install
|
||||
RUN /root/.local/bin/poetry run python3 /app/lynxie/database.py
|
||||
|
||||
# Run the app
|
||||
CMD ["/root/.local/bin/poetry", "run", "python3", "/app/lynxie/main.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue