# Use Google's official Dart image. # https://hub.docker.com/r/google/dart-runtime/ FROM google/dart-runtime # Service must listen to $PORT environment variable. # This default value facilitates local development. ENV PORT 8080