fix(artifact_proxy): pull dependencies (#233)
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
# Specify the Dart SDK base image version using dart:<version> (ex: dart:2.12)
|
||||
FROM dart:stable AS build
|
||||
|
||||
# Resolve app dependencies.
|
||||
WORKDIR /app
|
||||
|
||||
# Resolve app dependencies.
|
||||
COPY pubspec.* ./
|
||||
RUN dart pub get
|
||||
|
||||
# Copy app source code and AOT compile it.
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user