Skip to content

Commit

Permalink
Closes #113. Changed bcrypt-nodejs to bcrypt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleserche committed Apr 2, 2018
1 parent 70b9658 commit 446f06e
Show file tree
Hide file tree
Showing 7 changed files with 312 additions and 1,029 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mhart/alpine-node:8.9.1

RUN apk update && apk upgrade && apk add git && apk add python && apk add make && apk add g++
RUN apk update && apk upgrade && apk add git && apk add make && apk add g++ && apk --no-cache add --virtual builds-deps build-base python
VOLUME /usr/src/app
EXPOSE 3000
EXPOSE 4000
Expand Down
Loading

0 comments on commit 446f06e

Please sign in to comment.