We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c49c55 commit f5da725Copy full SHA for f5da725
1 file changed
.github/workflows/deploy.yml
@@ -171,7 +171,7 @@ jobs:
171
sudo chmod -R 777 /var/www/apps/imagexbasic
172
173
sudo chown -R www-data:www-data /var/www/html/imagexbasic/public
174
- sudo chmod -R 755 /var/www/html/imagexbasic/public
+ sudo chmod -R 777 /var/www/html/imagexbasic/public
175
176
177
docker-compose exec -T imagexbasic cd frontend/user && npm install && npm run build && rm -rf node_modules && cd ../../
0 commit comments