Yeet database

This commit is contained in:
Michał Gdula 2023-09-12 12:29:36 +01:00
parent 666cdb113e
commit f955cc3adc
3 changed files with 0 additions and 48 deletions

View file

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