Skip to content

Commit bb0610f

Browse files
committed
fix perm problem on global install within container
1 parent 69fa88f commit bb0610f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

16/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ COPY entrypoint /entrypoint
2626

2727
RUN chmod +x /entrypoint
2828

29+
RUN mkdir -p /usr/local/lib/node_modules && chown -R kool:kool /usr/local/lib/node_modules
30+
2931
ENTRYPOINT [ "/entrypoint" ]

18/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ COPY entrypoint /entrypoint
2626

2727
RUN chmod +x /entrypoint
2828

29+
RUN mkdir -p /usr/local/lib/node_modules && chown -R kool:kool /usr/local/lib/node_modules
30+
2931
ENTRYPOINT [ "/entrypoint" ]

template/Dockerfile.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@
2626

2727
RUN chmod +x /entrypoint
2828

29+
RUN mkdir -p /usr/local/lib/node_modules && chown -R kool:kool /usr/local/lib/node_modules
30+
2931
ENTRYPOINT [ "/entrypoint" ]

0 commit comments

Comments
 (0)