first commit

This commit is contained in:
Nathan Coad
2023-02-10 14:56:47 +11:00
commit d35934bff6
4 changed files with 416 additions and 0 deletions

3
run.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
docker build -t export-xlsx . && docker run -p 9191:8080 export-xlsx