Try to create a docker image
This commit is contained in:
parent
e0f17d00ea
commit
f23b8099f1
4 changed files with 38 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue