# Use Google's official Dart image. # https://hub.docker.com/r/google/dart-runtime/ FROM google/dart-runtime # Configure and document the service HTTP port. ENV PORT 8080 EXPOSE $PORT