Initial Commit

This commit is contained in:
Daan Boerlage 2023-04-05 02:32:25 +02:00
commit 97c1eca378
Signed by: daan
GPG key ID: FCE070E1E4956606
8 changed files with 1278 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM scratch
COPY ${CI_WORKSPACE}/target/release/osrs-playercount /bootstrap
CMD ["/bootstrap"]