diff --git a/Dockerfile b/Dockerfile index f9056de..c84bc87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM google/dart:2.0 +FROM google/dart:latest COPY ./ ./ @@ -11,4 +11,4 @@ RUN pub get # Set environment, start server ENV ANGEL_ENV=production EXPOSE 3000 -CMD dart bin/prod.dart \ No newline at end of file +CMD dart bin/prod.dart