Version Release Final Touches (#84)

* Remove slim

* bug: opacity issues

* bug: startup failure with no database

* ci/cd on dev branch

* formatting

* v0.1.0 documentation

Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-01-17 10:53:42 -09:00
committed by GitHub
parent 6bc7c4ceb0
commit a76f472aa4
50 changed files with 2796 additions and 2704 deletions

View File

@@ -7,7 +7,8 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-
cd /usr/local/bin && \
ln -s /opt/poetry/bin/poetry && \
poetry config virtualenvs.create false
RUN mkdir /app/
COPY ./pyproject.toml ./app/poetry.lock* /app/
WORKDIR /app