-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Docker build fails due to missing script build-web.sh #467
Comments
|
I tried adding this file and running the build command again. Unfortunately, this produces a non-functioning docker container which will throw a 404 error for everything except index.html. |
Setting |
I set the base href to |
Bug Description
When trying to build a docker image, the build fails because the file 'scripts/build-web.sh' does not exist.
Steps to Reproduce
git clone https://github.com/krille-chan/fluffychat.git
docker build --no-cache -t fluffychat-docker .
Expected Behavior
The build should succeed and a docker image should be created.
App Version
commit 54ea513
Additional Platform Information
Ubuntu 22.04 / Linux 5.19.0-43-generic x86_64
Additional Context
No response
The text was updated successfully, but these errors were encountered: