Skip to content
Snippets Groups Projects
Commit c647ebe7 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

fix: install all yarn dependencies

parent b2138a5d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ RUN git config --global --add safe.directory /var/www/discourse &&\
# sudo -u discourse bundle config --local jobs 4 && \
# sudo -u discourse bundle install &&\
# yarn install --frozen-lockfile
sudo -u discourse yarn install --production &&\
sudo -u discourse yarn install --frozen-lockfile &&\
sudo -u discourse yarn cache clean &&\
find /var/www/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} + &&\
chown -R discourse:discourse /var/www/discourse
......
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