angel-postgres.dockerfile 139 B

123456789
  1. FROM google/dart:2.0
  2. COPY ./ ./
  3. RUN pub get
  4. RUN pub run build_runner build
  5. CMD ANGEL_ENV=production dart bin/main.dart --type=postgres