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