Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabach committed Oct 24, 2023
1 parent 0a3e275 commit 0f89577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY ./README.md ./
COPY --from=builder /wheels /wheels

RUN python -V
RUN apk info python3-dev
RUN apk add libpq mariadb-client
RUN pip install -v --no-cache /wheels/* .[pgsql,mysql] gunicorn
RUN rm -r /wheels
Expand All @@ -36,4 +37,4 @@ ENV AUTH_MECHANISM=''
ENV TRANSACTION_PAGE_LENGTH=25
ENV PRESELECTED_CONTRA_ACCOUNT=''

ENTRYPOINT ["gunicorn", "-b", "0.0.0.0", "gnucash_web.wsgi:app"]
ENTRYPOINT ["gunicorn", "-b", "0.0.0.0", "gnucash_web.wsgi:app"]

0 comments on commit 0f89577

Please sign in to comment.