Skip to content
Snippets Groups Projects
Verified Commit 0dc64b1e authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Run collectstatic with --no-input

parent 32618329
No related branches found
No related tags found
1 merge request!550Resolve "[Docker] Allow using core image as base image for app/distribution images"
Pipeline #6678 passed
......@@ -62,7 +62,7 @@ CMD ["/usr/local/bin/aleksis-docker-startup"]
# Install assets
FROM core as assets
RUN eatmydata aleksis-admin yarn install; \
eatmydata aleksis-admin collectstatic; \
eatmydata aleksis-admin collectstatic --no-input; \
rm -rf /usr/local/share/.cache
# Clean up build dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment