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