Go to file
Jan 1d1f5be753
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Removed the hopefuly last placeholdervideo' (#15) from working into main
Reviewed-on: #15
2024-11-13 11:22:40 +01:00
slaeforms Removed the hopefuly last placeholdervideo 2024-11-13 11:16:41 +01:00
.drone.yml Add CI 2024-07-02 12:00:33 +02:00
.gitignore video management page now exists 2024-10-13 16:09:42 +02:00
README.md Leafblade git instructions in readme 2024-08-20 17:04:39 +02:00
SLAEForms Testing.code-workspace SinglePages work now, DB Tables are created and can be written 2024-05-29 20:04:32 +02:00

masterproject

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

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