mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
(bug) unable to compile the assets: EACCES: permission denied, unlink '/usr/src/app/node_modules/.yarn-integrity'
This commit is contained in:
parent
d03a34b894
commit
878260186c
@ -53,8 +53,8 @@ RUN mkdir -p /var/log/supervisor && \
|
||||
mkdir -p /usr/src/app/tmp/pids && \
|
||||
mkdir -p /usr/src/app/tmp/cache && \
|
||||
mkdir -p /usr/src/app/log && \
|
||||
chmod -R a+w /usr/src/app/tmp && \
|
||||
chmod -R a+w /usr/src/app/log && \
|
||||
mkdir -p /usr/src/app/node_modules && \
|
||||
chmod -R a+w /usr/src/app && \
|
||||
chmod -R a+w /var/run
|
||||
|
||||
# Install Javascript packages
|
||||
|
Loading…
Reference in New Issue
Block a user