Explorar el Código

Merge pull request #1955 from subfuzion/dart-small-fix

dart: minor content fix
Tianon Gravi hace 4 años
padre
commit
ff05e070d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.