Add Dockerfile

This commit is contained in:
Runebaas 2018-05-17 23:55:44 +02:00
parent 4e4ef3584e
commit 6d708627f1
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM microsoft/dotnet:2.1-aspnetcore-runtime
COPY Geekbot.net/Binaries /app/
EXPOSE 12995/tcp
WORKDIR /app
ENTRYPOINT ./run.sh