Skip to content

Commit

Permalink
feat: #30 try better files permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Jul 4, 2024
1 parent 2e81757 commit 230c07c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ RUN composer install

RUN npm run build \
&& apt-get -y remove npm \
&& apt-get -y clean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists /var/cache/apt/archives \
&& rm -rf node_modules/ \
&& chown -R daemon:daemon .

0 comments on commit 230c07c

Please sign in to comment.