Skip to content

Commit 230c07c

Browse files
committed
feat: #30 try better files permissions
1 parent 2e81757 commit 230c07c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ RUN composer install
2525

2626
RUN npm run build \
2727
&& apt-get -y remove npm \
28+
&& apt-get -y clean \
2829
&& apt-get -y autoremove \
30+
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives \
31+
&& rm -rf node_modules/ \
32+
&& chown -R daemon:daemon .

0 commit comments

Comments
 (0)