Skip to content

Commit

Permalink
Run build-project-templates in Dockerfile (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan authored Nov 13, 2023
1 parent 1610a52 commit 540d9eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/dart_services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ COPY . /app
RUN dart pub get
RUN dart compile exe bin/server.dart -o bin/server

RUN dart pub run grinder build-project-templates

EXPOSE 8080
CMD ["/app/bin/server"]

0 comments on commit 540d9eb

Please sign in to comment.