joaomarcusjesus
Hello! Railway works for flutter web?
[6/9] RUN dart pub get:0.476 Resolving dependencies... 1.724 1.724 Flutter users should run
flutter pub get
instead of dart pub get
.
-----
Dockerfile:19
-------------------
17 | # install phase
18 | COPY pubspec.yaml /app/pubspec.yaml
19 | >>> RUN dart pub get
20 |
21 | # build phase
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c dart pub get" did not complete successfully: exit code: 69
Error: Docker build failed13 replies