Add Docker deployment files

This commit is contained in:
Daddy32
2026-01-05 09:49:08 +01:00
parent 36b3addf59
commit 393812210a
4 changed files with 18 additions and 0 deletions

4
scripts/build.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
sudo docker build -t physilinks .

4
scripts/run.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
sudo docker run --rm -p 8080:80 physilinks