ProjectEvergreen/greenwood-demo-platform-docker
pull version of Greenwood from package.json
Ouverte
#2 ouverte le 19 sept. 2024
enhancementgood first issue
Métriques du dépôt
- Stars
- (0 étoile)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Building on top off #1 (or maybe there is another way to do it) it would be great if the GREENWOOD_VERSION arg could be pull from the project's package.json at the time of building?
ARG GREENWOOD_VERSION=latest
Not sure if it's possible from just bash but would be handy for now to make sure the version of the @greenwood/cli is used in the container is the same as the one being used in the project's package.json.