Initial Commit
This commit is contained in:
commit
97c1eca378
8 changed files with 1278 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM scratch
|
||||
|
||||
COPY ${CI_WORKSPACE}/target/release/osrs-playercount /bootstrap
|
||||
CMD ["/bootstrap"]
|
Loading…
Add table
Add a link
Reference in a new issue