Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Commit

Permalink
added node_modules to path, direct stdout to logs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Dec 10, 2017
1 parent 49dddf4 commit 93d1545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN devDeps="musl-dev gcc python python-dev py-pip libffi-dev openssl-dev" \
&& apk del ${devDeps} \
&& echo "abc ALL=(ALL) NOPASSWD: /usr/sbin/nginx -s *" >> /etc/sudoers

ENV PGDATA=/config/postgres \
ENV PATH=/app/node_modules/.bin:$PATH \
PGDATA=/config/postgres \
POSTGRES_DB=unms \
HOME=/var/lib/rabbitmq \
PROD=true \
Expand Down

0 comments on commit 93d1545

Please sign in to comment.