Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Current uchiwa Dockerfile doesn't work with current version #391

Closed
AlexClineBB opened this issue Oct 1, 2015 · 1 comment
Closed

Current uchiwa Dockerfile doesn't work with current version #391

AlexClineBB opened this issue Oct 1, 2015 · 1 comment
Milestone

Comments

@AlexClineBB
Copy link

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/
@palourde
Copy link
Contributor

palourde commented Oct 3, 2015

Hi @AlexClineBB

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.

Thanks

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

No branches or pull requests

2 participants