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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user