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
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
We're using the Dockerfile to start uchiwa and the latest version of uchiwa returns 404s for all resources like issue #323. The bower install was working, it was just putting the files in the wrong place.
I was able to work around the issue by adding this line before the final CMD instruction.
RUN ln -s /go/src/app/bower_components /go/src/app/public/
The text was updated successfully, but these errors were encountered:
I just submitted a patch to cleanup a little bit the Dockerfile and update the golang image. I just tested the image from this build and it seems to be working pefectly; the /go/src/app/public/bower_components folder was creating without having to create any symlink. Let me know if you still have any difficulties.
We're using the Dockerfile to start uchiwa and the latest version of uchiwa returns 404s for all resources like issue #323. The bower install was working, it was just putting the files in the wrong place.
I was able to work around the issue by adding this line before the final CMD instruction.
The text was updated successfully, but these errors were encountered: