Skip to content

Commit

Permalink
travis attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Mar 4, 2018
1 parent c3daeb5 commit 0d5811d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile_arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ FROM arm32v7/node:8
# USER sk
# WORKDIR /home/sk

RUN groupadd -r signalk && useradd --no-log-init -r -g signalk signalk
USER signalk
WORKDIR /home/signalk
# RUN groupadd -r signalk && useradd --no-log-init -r -g signalk signalk
# USER signalk
# WORKDIR /home/signalk

COPY package*.json ./
RUN npm install --only=production
Expand Down

0 comments on commit 0d5811d

Please sign in to comment.