Files
export-xlsx/run.sh
Nathan Coad d35934bff6 first commit
2023-02-10 14:56:47 +11:00

3 lines
79 B
Bash
Executable File

#!/bin/sh
docker build -t export-xlsx . && docker run -p 9191:8080 export-xlsx