Skip to content

Commit

Permalink
build run order
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Sep 2, 2021
1 parent a372cdf commit 036eecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ENV PORT ${PORT:-4567}

WORKDIR /app

RUN npm install -g kinesalite@3.3.3 && \
mkdir -p /.npm /data && \
RUN mkdir -p /.npm /data && \
npm install -g kinesalite@3.3.3 && \
chown -R nobody:nobody /app /.npm /data

USER nobody
Expand Down

0 comments on commit 036eecc

Please sign in to comment.