Skip to content

Commit

Permalink
Merge pull request #72 from thelounge/yarn
Browse files Browse the repository at this point in the history
Use yarn to install thelounge
  • Loading branch information
xPaw authored Jan 25, 2019
2 parents edd88e9 + 4b2cce2 commit e2a3070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

# Install thelounge.
ARG THELOUNGE_VERSION=3.0.0-rc.6
RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \
npm cache clean --force
RUN yarn --non-interactive global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

# Install thelounge.
ARG THELOUNGE_VERSION=3.0.0-rc.6
RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \
npm cache clean --force
RUN yarn --non-interactive global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean

0 comments on commit e2a3070

Please sign in to comment.