Skip to content

Commit

Permalink
try fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Dec 27, 2019
1 parent 9a65b15 commit 7d806dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# intermediate base image
FROM node:10.16-alpine AS build
RUN npm config set unsafe-perm true

# add `/usr/src/app/node_modules/.bin` to $PATH
ENV PATH /usr/src/app/node_modules/.bin:$PATH
Expand Down

0 comments on commit 7d806dc

Please sign in to comment.