1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-11 08:56:01 +00:00

Updated to wait-for and fixed cond-init.d script

This commit is contained in:
David Young
2017-07-21 22:41:52 +12:00
parent 79c5cd91f3
commit bdf3aed5c3
2 changed files with 11 additions and 9 deletions

View File

@@ -24,7 +24,8 @@ COPY root /
RUN curl -L -s https://github.com/just-containers/s6-overlay/releases/download/v1.19.1.1/s6-overlay-amd64.tar.gz | tar xvzf - -C /
# Add wait-for-it.sh
ADD https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh /srv
ADD https://raw.githubusercontent.com/Eficode/wait-for/master/wait-for /srv
RUN chmod 755 /srv/wait-for
# Expose Nginx ports.
EXPOSE 8080