this post was submitted on 15 Jul 2023
7 points (100.0% liked)
Alexandrite
366 readers
2 users here now
Alexandrite is a desktop-first alternative Lemmy client.
Find a bug or have a feature request? Create an issue on Github, or post here.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hi I've never built a docker image from scratch and I've tried to build from your repo, but failed.
Do you have build instructions (for a beginner)?
Edit: This one seems to be the bees knees, and works. https://devopscube.com/build-docker-image/
Edit 2: Getting a 502...
Edit 3: Running, just need to modify the landing page... pointers?
Edit 4: All up and running. my.lastname.nz
The landing page is in
src/routes/(meta)/instance/+page.svelte
. The dev enviroment can be run vianpm run dev
, after runningnpm install
. Then you should be access the project atlocalhost:5173
and watch the changes made in+page.svelte
with hot reload.Thanks, got it all working