mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
chore: fix dockerfile.
This commit is contained in:
@@ -14,7 +14,7 @@ ARG GITHUB_EMAIL
|
||||
|
||||
RUN npm install -g npm-cli-login
|
||||
|
||||
RUN npm-cli-login -r=https://npm.pkg.github.com -u=$GITHUB_USERNAME -p=$GITHUB_PASS -e=$GITHUB_EMAIL
|
||||
RUN npm-cli-login -s @bigcapitalhq -r https://npm.pkg.github.com -u $GITHUB_USERNAME -p $GITHUB_PASS -e $GITHUB_EMAIL
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user