Go to file
Jan fb82d4c19a
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Merging Latest changes into main' (#1) from working into main
Reviewed-on: #1
2024-08-20 17:03:27 +02:00
slaeforms Fixed Video upload not working 2024-08-20 16:29:51 +02:00
.drone.yml Add CI 2024-07-02 12:00:33 +02:00
.gitignore gitignore uploads 2024-06-30 12:48:35 +02:00
README.md Docker Instructions in readme 2024-06-30 12:48:12 +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