Open themsay opened 1 year ago
i'm having a similar issue... running ./docker_update.sh in the main lemmy directory builds everything just fine though.
You must init and update the submodule before the docker build.
git submodule init && git submodule update --remote
Requirements
Summary
Lemmy-UI docker build is failing. I have no idea why, if anybody know better way to build from repo directly.
Build output:
$ cd lemmy-ui/
$ docker build .
Can anyone with better idea show me what could be the issue causing the build to fail?
Steps to Reproduce
Technical Details
Build on Linux Debian terminal.
Lemmy Instance Version
main
Lemmy Instance URL
No response