Skip to content

Commit

Permalink
fix: rights
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed May 1, 2024
1 parent 3ffe664 commit e6fd61c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mw.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ COPY . /var/www/html/

WORKDIR /var/www/html/

RUN composer install --no-dev
RUN composer install --no-dev && \
mkdir tmp &&\
chown -R www-data:www-data *

0 comments on commit e6fd61c

Please sign in to comment.