Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove extra dollar sign from command. Remove debug
  • Loading branch information
cooperaj committed Nov 24, 2018
1 parent 021e738 commit 682223d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -18,12 +18,12 @@ COPY themes/rmwd/package.json themes/rmwd/package-lock.json /build/themes/rmwd/

# Create .npmrc config file
ARG FONT_AWESOME_KEY=none
RUN echo $'@fortawesome:registry=https://npm.fontawesome.com/\n\
RUN echo '@fortawesome:registry=https://npm.fontawesome.com/\n\
//npm.fontawesome.com/:_authToken='${FONT_AWESOME_KEY} \
>> /build/themes/rmwd/.npmrc

# Install dependencies
RUN cd /build/themes/rmwd && ls -lha && cat .npmrc && npm i
RUN cd /build/themes/rmwd && npm i

# Build assets
COPY ./themes/rmwd /build/themes/rmwd
Expand Down

0 comments on commit 682223d

Please sign in to comment.