浏览代码

dart: minor content fix

Tony Pujals 4 年之前
父节点
当前提交
78681280b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dart/content.md

+ 1 - 1
dart/content.md

@@ -29,7 +29,7 @@ RUN dart pub get
 COPY . .
 # Ensure packages are still up-to-date if anything has changed
 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
 # libraries and configuration files stored in `/runtime/` from the build stage.