Initial commit

This commit is contained in:
Fergal Moran
2022-04-05 11:49:57 +01:00
parent 424cdbc02f
commit f2cde38a0f
55 changed files with 10255 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
docker context use default
docker build \
-t fergalmoran/xtream-backend \
-f docker/Dockerfile .
docker push fergalmoran/xtream-backend