1
1

feature: nightly and dev images #5

Fusionnée
fbrinker a fusionné 10 révision(s) à partir de akloeckner/fbrinker-tileboard:feat-nightly vers master 2021-05-10 19:23:53 +00:00
Affiche uniquement les changements de la révision 6101171a2f - Afficher toutes les révisions

Voir le fichier

@ -27,6 +27,11 @@ Besides the latest version, you can listen to updates for a specific version:
* fbrinker/tileboard:2.2
* fbrinker/tileboard:2.2.0
Additionally, there are `nightly` and `dev` builds as follows:
* `fbrinker/tileboard:nightly` contains a nightly build of TileBoard's `master` branch. Use it to have the mode bleeding adge changes, which have not yet made it to a release version.
* `fbrinker/tileboard:dev` bundles TileBoard's source code and runs `yarn run dev` inside the container. Use it to modify the source, check your changes into GitHub and propose a pull request to TileBoard. See the TileBoard [contribution page](https://github.com/resoai/TileBoard/blob/master/CONTRIBUTING.md) for details.
## Example
Here is an example, using Docker-Compose: