You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leap-hit-server/code/Dockerfile

13 lines
184 B

#FROM mcr.microsoft.com/dotnet/sdk:6.0
#WORKDIR /server
#COPY ./code/server
#CMD dotnet run -p /server/Server.csproj
#EXPOSE 3131
FROM alpine
CMD ["echo", "Hello StackOverflow!"]