Skip to content

Commit

Permalink
Merge pull request #58 from digikin/master
Browse files Browse the repository at this point in the history
Changed the docker file because of issue building
  • Loading branch information
davidfekke committed Sep 24, 2020
2 parents fdf860a + ff0bae3 commit 92322d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM mhart/alpine-node:12.18.4

RUN npm install -g yarn
RUN npm config set unsafe-perm true \
&& npm install -g yarn \
&& npm config set unsafe-perm false

RUN mkdir /src

Expand Down

0 comments on commit 92322d0

Please sign in to comment.