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

Moved waitforit into Dockerfile, added to cont-init.d

This commit is contained in:
David Young
2017-07-21 22:22:01 +12:00
parent 34fb586912
commit 79c5cd91f3
3 changed files with 25 additions and 177 deletions

View File

@@ -23,6 +23,9 @@ COPY root /
# Note: Tweak this line if you're running anything other than x86 AMD64 (64-bit).
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
# Expose Nginx ports.
EXPOSE 8080
EXPOSE 4443