Created
December 9, 2019 23:54
-
-
Save alefcarlos/233602c5ef64c5dd033a3184d7c8724b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alefcarlos/aspnet-grpc:3.0 | |
WORKDIR /app | |
COPY publish/ . | |
ENTRYPOINT ["./RifeAi.Account.Grpc", "--urls", "http://+:81"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment