Removed Font Awesome npm configuration from Dockerfile

This commit is contained in:
Chris Kankiewicz
2019-11-04 21:04:05 -07:00
parent 0ed6614e6e
commit 0005828f9e

View File

@@ -8,8 +8,6 @@ RUN composer install --working-dir /app --ignore-platform-reqs \
# FROM node:12.10 AS js-dependencies
# ARG FONT_AWESOME_TOKEN
# COPY --from=php-dependencies /app /app
# RUN npm config set "@fortawesome:registry" https://npm.fontawesome.com/
# RUN npm config set "//npm.fontawesome.com/:_authToken" ${FONT_AWESOME_TOKEN}
# RUN cd /app && npm install && npm run production
# Build application image