Skip to content

Commit

Permalink
adds sdp2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmarshgov committed Mar 20, 2024
1 parent 38e2e62 commit f38d5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ RUN chmod 764 /var/www/html/artisan
#RUN cd /var/www/html && npm install && chmod -R a+w node_modules

#Error: EACCES: permission denied, open '/var/www/html/public/mix-manifest.json'
RUN cd /var/www/html/public
#RUN cd /var/www/html/public
#RUN cd /var/www/html && npm run dev
RUN mkdir /.npm && chown -R ${USER_ID}:0 "/.npm"

RUN mkdir -p storage && mkdir -p bootstrap/cache && chmod -R ug+rwx storage bootstrap/cache \
RUN chmod -R ug+rwx storage bootstrap/cache \
&& cd /var/www && chown -R ${USER_ID}:root html && chmod -R ug+rw html \
&& chmod 764 /var/www/html/artisan \

Expand Down

0 comments on commit f38d5e5

Please sign in to comment.