Open kousu opened 6 years ago
Also, even though I saw the dockerfile run gulp, I still had to manually re-run
root@933d776d5cb1:/code# cd tools/gulp && npm install --unsafe-perm && gulp
inside the container once it was up before the webpage's look and feel would look correct.
Yes, we should update JS dependencies! Were you using dev or production environments when you have to run gulp manually?
I was using the dev environment. To be clear, that means I ran:
docker-compose -f docker-compose.yml -f docker-compose.override.yml up
I just followed the install guide from scratch on a fresh machine and received these warnings:
And, as an aside, it took something like half an hour to install, to download all the depdencies into the docker containers (
docker pull mariadb:latest
,apt-get install
,pip install
,npm install
,gulp
, ...).