Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on docker build : No such file or directory: '/src/doorman/static/libs/interact/dist/interact.js' #146

Open
Firzum opened this issue May 8, 2019 · 3 comments

Comments

@Firzum
Copy link

Firzum commented May 8, 2019

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

@tapuhi
Copy link

tapuhi commented Jul 9, 2019

in the bower.json file change the following line
"interact": "^1.2.6"

to
"interact": "1.2.6"

@Firzum
Copy link
Author

Firzum commented Aug 15, 2019

thanks !

@gutjuri
Copy link

gutjuri commented Jan 6, 2020

I had the same issue and attempted to fix it in #150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants