You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following error while trying to do a docker build, on latest CoreOS :
Linux hati 4.19.34-coreos #1 SMP Mon Apr 22 20:32:34 -00 2019 x86_64 Intel(R) Xeon(R) CPU E7- 2830 @ 2.13GHz GenuineIntel GNU/Linux
moment#2.24.0 doorman/static/libs/moment
Building bundle: public/css/common.css
Building bundle: public/js/common.js
Failed, error was: [Errno 2] No such file or directory: '/src/doorman/static/libs/interact/dist/interact.js'
The command '/bin/sh -c cd /src/ && bower install --allow-root && python manage.py assets build && mkdir /var/log/doorman/ && chown doorman:doorman -R . && chown doorman:doorman /var/log/doorman/' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
Hello,
I have the following error while trying to do a docker build, on latest CoreOS :
Linux hati 4.19.34-coreos #1 SMP Mon Apr 22 20:32:34 -00 2019 x86_64 Intel(R) Xeon(R) CPU E7- 2830 @ 2.13GHz GenuineIntel GNU/Linux
moment#2.24.0 doorman/static/libs/moment
Building bundle: public/css/common.css
Building bundle: public/js/common.js
Failed, error was: [Errno 2] No such file or directory: '/src/doorman/static/libs/interact/dist/interact.js'
The command '/bin/sh -c cd /src/ && bower install --allow-root && python manage.py assets build && mkdir /var/log/doorman/ && chown doorman:doorman -R . && chown doorman:doorman /var/log/doorman/' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered: