1
0
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:
x86dev
2017-07-13 18:13:45 +02:00
parent 3cbb67e680
commit 5ba3b49090
2 changed files with 3 additions and 4 deletions

View File

@@ -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/*