-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dockerfile and dependency? #1
Comments
The suggested approach is: $ git clone --recurse-submodules https://github.com/filebrowser/filebrowser
$ cd filebrowser
$ USE_DOCKER="true" ./build/build_all.sh
# [Edit/replace Docker.json and/or Dockerfile, if you want]
$ docker build -t filebrowser/filebrowser . The error See https://github.com/filebrowser/community/blob/master/development.md and https://github.com/filebrowser/community/blob/master/builds.md. |
Thank you! |
I make this, but no work:
Output:
|
After the backend is built, the binary should be copied from subdir |
I use official
and official Dockerfile, but:
|
Hi,
how I can make worked Dockerfile for build filebrowser?
Now I make this:
Dockerfile
docker-composer
Result:
The text was updated successfully, but these errors were encountered: