chore: fix dockerfile.

This commit is contained in:
a.bouhuolia
2021-09-28 12:14:32 +02:00
parent b86a3a19dc
commit e1ab4e4d65

View File

@@ -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 -r=https://npm.pkg.github.com -u=$GITHUB_USERNAME -p=$GITHUB_PASS -e=$GITHUB_EMAIL
RUN npm install