Skip to content

Commit

Permalink
Add a build step to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
emedvedev committed May 4, 2018
1 parent 5fa36af commit 66c5cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM node:8.8.1-alpine
ADD . /srv/www
WORKDIR /srv/www
RUN npm install --unsafe-perm
RUN npm run build

CMD ./bin/slackin

0 comments on commit 66c5cbb

Please sign in to comment.