Moved the web app to a separate directory.

This commit is contained in:
2025-12-29 11:57:59 +01:00
parent af3d1fd3cb
commit a1df4dcfdf
8 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,4 @@
.venv **/.venv
.env **/.env
**/__pycache__ **/__pycache__
**/*.pem **/*.pem

View File

2
build
View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash #!/usr/bin/bash
# Build the Docker image # Build the Docker image
docker build -t skoszewski/omada-dyndns-miab-proxy . docker build -t skoszewski/omada-dyndns-miab-proxy app