Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stevenuray
Created July 5, 2018 21:10
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 stevenuray/4307c6e7f8143903cc02b0ff9ee3adb9 to your computer and use it in GitHub Desktop.
Save stevenuray/4307c6e7f8143903cc02b0ff9ee3adb9 to your computer and use it in GitHub Desktop.
Dockerlith Lock Script Variables
#Script variables here
readonly NPM_DIR=/app/src/node_modules
readonly LOCK_FILE=$NPM_DIR/.npm_lock
readonly LOCK_FD=200
readonly MD5_FILE=$NPM_DIR/.package_md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment