mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-11 08:56:01 +00:00
No need to run the setup when build the container; logging.
This commit is contained in:
@@ -32,9 +32,6 @@ ENV DB_NAME ttrss
|
||||
ENV DB_USER ttrss
|
||||
ENV DB_PASS ttrss
|
||||
|
||||
# Only run the setup once.
|
||||
RUN set -xe && /srv/setup-ttrss.sh
|
||||
|
||||
# Clean up.
|
||||
RUN set -xe && apk del --progress --purge && rm -rf /var/cache/apk/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user