Skip to content

Instantly share code, notes, and snippets.

@alefcarlos
Created December 9, 2019 23:54
Show Gist options
  • Save alefcarlos/233602c5ef64c5dd033a3184d7c8724b to your computer and use it in GitHub Desktop.
Save alefcarlos/233602c5ef64c5dd033a3184d7c8724b to your computer and use it in GitHub Desktop.
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