Try to create a docker image

This commit is contained in:
runebaas 2020-06-19 22:20:05 +02:00
parent e0f17d00ea
commit f23b8099f1
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 38 additions and 42 deletions

View file

@ -1,7 +1,7 @@
FROM microsoft/dotnet:2.1-aspnetcore-runtime
FROM mcr.microsoft.com/dotnet/core/aspnet:5.0-focal
COPY Geekbot.net/Binaries /app/
COPY ./app /app/
EXPOSE 12995/tcp
WORKDIR /app
ENTRYPOINT ./run.sh
ENTRYPOINT ./Geekbot.net