dart: minor content fix
This commit is contained in:
parent
1f48556a16
commit
78681280b8
|
|
@ -29,7 +29,7 @@ RUN dart pub get
|
||||||
COPY . .
|
COPY . .
|
||||||
# Ensure packages are still up-to-date if anything has changed
|
# Ensure packages are still up-to-date if anything has changed
|
||||||
RUN dart pub get --offline
|
RUN dart pub get --offline
|
||||||
RUN dart compile exe bin/server.dart -o /server
|
RUN dart compile exe bin/server.dart -o bin/server
|
||||||
|
|
||||||
# Build minimal serving image from AOT-compiled `/server` and required system
|
# Build minimal serving image from AOT-compiled `/server` and required system
|
||||||
# libraries and configuration files stored in `/runtime/` from the build stage.
|
# libraries and configuration files stored in `/runtime/` from the build stage.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue