Create Dockerfile

This commit is contained in:
Oskar 2021-10-19 22:57:51 +02:00 committed by GitHub
parent 36463778fc
commit 7760f217b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine
COPY pingbot.out /usr/bin/pingbot
ENTRYPOINT ["/usr/bin/pingbot"]