Skip to content

Commit

Permalink
fix: install sqlite3 with production flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Dec 11, 2018
1 parent 7b74244 commit f19ee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apk --no-cache add --virtual .npm-deps \
make \
python \
git \
&& su-exec node npm install sqlite3 --node_sqlite3_binary_host_mirror=https://raw.githubusercontent.com/hfreire/my-flic-hub/master/share/npm/ \
&& su-exec node npm install sqlite3 --node_sqlite3_binary_host_mirror=https://raw.githubusercontent.com/hfreire/my-flic-hub/master/share/npm/ --production \
&& su-exec node npm install --production \
&& apk del .npm-deps

Expand Down

0 comments on commit f19ee27

Please sign in to comment.