Remove flask host from docker
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Snip runs behind gunicorn now in the docker container
This commit is contained in:
parent
14487c6f6e
commit
75208ac43d
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ RUN pipenv install gunicorn
|
||||||
|
|
||||||
ENV SNIP_DATABASE="sqlite"
|
ENV SNIP_DATABASE="sqlite"
|
||||||
ENV SNIP_DATABASE_URI="sqlite:////data/snip.db"
|
ENV SNIP_DATABASE_URI="sqlite:////data/snip.db"
|
||||||
ENV SNIP_FLASK_HOST="0.0.0.0"
|
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
CMD ["pipenv", "run", "gunicorn", "-b0.0.0.0:5000", "snip:app"]
|
CMD ["pipenv", "run", "gunicorn", "-b0.0.0.0:5000", "snip:app"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue