Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from Global-Solutions/bump/2.1.4
Browse files Browse the repository at this point in the history
gsol/verdaccio:2.1.4
  • Loading branch information
masakij authored Apr 15, 2017
2 parents 5ae41e7 + 3d01ead commit 6bb0af3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM gsol/node:6.9.1
FROM node:6.10.2-alpine
MAINTAINER Global Solutions co., ltd.
LABEL version="0.1.0"
LABEL version="2.1.4"

WORKDIR "/home/node/verdaccio"
ADD package.json config.yaml /home/node/verdaccio/

RUN adduser --disabled-password --gecos '' node && \
npm install --production && \
RUN npm install --production && \
mkdir storage local_storage && \
npm cache -f clean && \
chown node:node . -R

USER node
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-verdaccio",
"version": "0.1.0",
"version": "2.1.4",
"description": "dockerized verdaccio",
"scripts": {
"start": "npm run verdaccio --",
Expand All @@ -22,6 +22,6 @@
},
"homepage": "https://github.com/Global-Solutions/docker-verdaccio#readme",
"dependencies": {
"verdaccio": "2.1.0"
"verdaccio": "2.1.4"
}
}

0 comments on commit 6bb0af3

Please sign in to comment.