From 7e331ba91b353e416d7d7885d65335e41f24d3b5 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 20 Aug 2024 17:04:39 +0200 Subject: [PATCH] Leafblade git instructions in readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8476ed3..f27edfb 100644 --- a/README.md +++ b/README.md @@ -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 -export the container: docker save -o slaeforms.tar slaforms:latest \ No newline at end of file +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 \ No newline at end of file