mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 06:26:37 +00:00
Fail the build rather than hiding the file that is in a lower layer
This commit is contained in:
parent
ea43d54021
commit
98df36a1fc
@ -480,7 +480,7 @@ COPY tubesync/tubesync/local_settings.py.container /app/tubesync/local_settings.
|
||||
# Build app
|
||||
RUN set -x && \
|
||||
# Make absolutely sure we didn't accidentally bundle a SQLite dev database
|
||||
rm -rf /app/db.sqlite3 && \
|
||||
test '!' -e /app/db.sqlite3 && \
|
||||
# Run any required app commands
|
||||
/usr/bin/python3 -B /app/manage.py compilescss && \
|
||||
/usr/bin/python3 -B /app/manage.py collectstatic --no-input --link && \
|
||||
|
Loading…
Reference in New Issue
Block a user