Skip to content

Commit

Permalink
fix: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
engisalor committed Oct 19, 2023
1 parent d148632 commit 3b5c323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COPY ./ ./
EXPOSE 8080

LABEL org.opencontainers.image.source=https://github.com/engisalor/quartz
LABEL org.opencontainers.image.description="Quartz: a corpus linguistics visualization tool for Sketch Engine servers"
LABEL org.opencontainers.image.description="Quartz: a portable visualization tool for Sketch Engine servers"
LABEL org.opencontainers.image.licenses=GPL-3.0-or-later
LABEL org.opencontainers.image.version="0.2.1"
LABEL org.opencontainers.image.version="0.3.0"

ENTRYPOINT ["gunicorn", "--config", "gunicorn_config.py", "app:server"]

0 comments on commit 3b5c323

Please sign in to comment.