Cleanup, now redirects work again #2

Merged
Jan merged 3 commits from working into main 2024-08-20 17:12:40 +02:00
Showing only changes of commit 7e331ba91b - Show all commits

View File

@ -5,4 +5,15 @@ build the dockerfile with: docker build -t slaeforms .
run the container on port 8000 with: docker run -d -p 8000:8000 slaeforms run the container on port 8000 with: docker run -d -p 8000:8000 slaeforms
export the container: docker save -o slaeforms.tar slaforms:latest export the container: docker save -o slaeforms.tar slaforms:latest
Pushing code from desktop to leafblade:
See remotes: git remote -v
git push leafblade working //push working branch
then create a pull request on leafblade and merge everything