Skip to content

Commit

Permalink
fix: ensure dart bin exists (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws authored Mar 12, 2024
1 parent fc65eab commit e5c1a51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/project/runtime/dart.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ WORKDIR /app
COPY pubspec.* ./
RUN dart pub get

# Ensure the ./bin folder exists
RUN mkdir -p ./bin

# Copy app source code and AOT compile it.
COPY . .
# Ensure packages are still up-to-date if anything has changed
Expand Down

0 comments on commit e5c1a51

Please sign in to comment.