geekbot/Dockerfile

8 lines
129 B
Docker
Raw Permalink Normal View History

2018-05-17 23:55:44 +02:00
FROM microsoft/dotnet:2.1-aspnetcore-runtime
COPY Geekbot.net/Binaries /app/
EXPOSE 12995/tcp
WORKDIR /app
ENTRYPOINT ./run.sh