Skip to content
Snippets Groups Projects
Commit 7e733400 authored by Michał 'rysiek' Woźniak's avatar Michał 'rysiek' Woźniak
Browse files

bugfix

parent cb49ffa0
No related branches found
No related tags found
1 merge request!3DISCOURSE_ADDITIONAL_PLUGINS build arg
...@@ -58,8 +58,6 @@ RUN if [ "$DISCOURSE_ADDITIONAL_PLUGINS" != "" ]; then \ ...@@ -58,8 +58,6 @@ RUN if [ "$DISCOURSE_ADDITIONAL_PLUGINS" != "" ]; then \
for PACKAGE_LINK in $DISCOURSE_ADDITIONAL_PLUGINS; do \ for PACKAGE_LINK in $DISCOURSE_ADDITIONAL_PLUGINS; do \
git clone "$PACKAGE_LINK"; \ git clone "$PACKAGE_LINK"; \
done; \ done; \
bundle exec rake plugin:update plugin=discourse-plugin-checklist; \
bundle exec rake assets:clean; \
fi fi
EXPOSE 3000 EXPOSE 3000
......
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