Skip to content

Commit

Permalink
Upgrade sinopia version to 1.0.0-alpha for @scope support. Remove str…
Browse files Browse the repository at this point in the history
…ay chmod for no-longer-existing user, "sinopia".
  • Loading branch information
knksmith57 committed Nov 28, 2014
1 parent 52d438d commit a842ff2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM dockerfile/nodejs
MAINTAINER Keyvan Fatehi <[email protected]>

RUN mkdir -p /opt/sinopia/storage
WORKDIR /opt/sinopia
RUN npm install js-yaml [email protected]
RUN chown -R sinopia:sinopia /opt/sinopia
RUN npm install js-yaml [email protected]
ADD /config_gen.js /opt/sinopia/config_gen.js
ADD /start.sh /opt/sinopia/start.sh
CMD ["/opt/sinopia/start.sh"]
Expand Down

0 comments on commit a842ff2

Please sign in to comment.