Skip to content

Commit

Permalink
Merge pull request #243 from labzero/develop
Browse files Browse the repository at this point in the history
Merge to master
  • Loading branch information
JeffreyATW authored Mar 1, 2019
2 parents 8ba6a3f + 217f4bd commit d0d79ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,4 @@ EXPOSE 3000
# Copy application files
COPY ./build .

# Run the container under "node" user by default
USER node

# Set NODE_ENV env variable to "production" for faster expressjs
ENV NODE_ENV production

CMD [ "node", "server.js" ]

0 comments on commit d0d79ed

Please sign in to comment.