README.md edited online with Bitbucket
This commit is contained in:
parent
471190a153
commit
25f59f3072
19
README.md
19
README.md
@ -14,3 +14,22 @@ A few resources to get you started if this is your first Flutter project:
|
||||
For help getting started with Flutter, view our
|
||||
[online documentation](https://flutter.dev/docs), which offers tutorials,
|
||||
samples, guidance on mobile development, and a full API reference.
|
||||
|
||||
# Model generation via command line
|
||||
|
||||
java -cp openapi-generator-cli-5.1.0.jar org.openapitools.codegen.OpenAPIGenerator generate -i swagger.yaml --additional-properties pubName=managerapi -g dart --enable-post-process-file
|
||||
|
||||
=> Faudrait mettre à jour le projet avec les nouvelles versions plugins
|
||||
|
||||
# Publication sur docker
|
||||
|
||||
docker build -t flutter-web .
|
||||
|
||||
Pour tester en local :
|
||||
docker run -d -p 8080:80 –name flutter-web flutter-web
|
||||
|
||||
Image tag:
|
||||
docker image tag flutter-web registry.unov.be/mymuseum/manager:latest
|
||||
|
||||
Docker push:
|
||||
docker image push registry.unov.be/mymuseum/manager:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user