Merge remote-tracking branch 'origin/master' into Fort-Article

This commit is contained in:
Fransolet Thomas 2022-11-03 17:48:46 +01:00
commit d6b2c5791c

View File

@ -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 For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials, [online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference. 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