summaryrefslogtreecommitdiff
path: root/typescript/README
blob: 996ec7ae78b3c2bafee7498da69b7658f2692bcd (plain)
1
2
3
4
5
6
7
8
9
Building and running the image.

'cd' into 'container/' and run:
$ podman build -t $tag .

Run it, passing a configuration expression:
$ podman run -it [-v /host/path/to/config-file:/config.ts] $tag

Please, kill running container with 'podman kill'.