Skip to content

Commit

Permalink
Merge pull request #40 from tsuyoshicho/fix/depend
Browse files Browse the repository at this point in the history
fix: depend
  • Loading branch information
tsuyoshicho committed Apr 20, 2020
2 parents 6bc053e + 9864aec commit 42bcd1a
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 483 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk --update add git && \
WORKDIR /
ENV PATH $PATH:/node_modules/.bin
COPY package.json package-lock.json /
RUN npm ci
RUN npm ci --production

COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down
Loading

0 comments on commit 42bcd1a

Please sign in to comment.