Skip to content

Instantly share code, notes, and snippets.

@emilioSp
Last active January 8, 2021 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilioSp/a3efa3b60343418c345ecb605b58a1a8 to your computer and use it in GitHub Desktop.
Save emilioSp/a3efa3b60343418c345ecb605b58a1a8 to your computer and use it in GitHub Desktop.
Docker build
VERSION=$(node -pe "require('./package.json').version") DOCKER_BUILDKIT=1 docker build --no-cache --tag $DOCKER_ORG/$DOCKER_NAME:$VERSION -f Dockerfile .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment