ProjectEvergreen/greenwood-demo-platform-docker
pull version of Greenwood from package.json
オープン
#2 opened on 2024/09/19
enhancementgood first issue
Repository metrics
- Stars
- (0 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.