mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-12-04 02:55:31 +00:00
Applied the latest suggestion from @ashneilson which appears to be a good fix this time.
This commit is contained in:
parent
67085653ae
commit
9415b4663f
@ -92,6 +92,6 @@ RUN chown ${USER}:${USER} ./configs /app && \
|
||||
|
||||
EXPOSE 80/tcp
|
||||
USER ${USER}
|
||||
HEALTHCHECK --interval=5s --timeout=5s --start-period=20s --retries=5 CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1${SCRIPT_NAME:-/}"]
|
||||
HEALTHCHECK --interval=5s --timeout=5s --start-period=20s --retries=5 CMD wget --output-document=- --quiet --tries=1 http://127.0.0.1${SCRIPT_NAME:-/}
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
CMD ["gunicorn","powerdnsadmin:create_app()"]
|
||||
|
Loading…
Reference in New Issue
Block a user