Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 711322a

Browse filesBrowse files
committed
Removed chmod vendor
1 parent 9758b7e commit 711322a
Copy full SHA for 711322a

File tree

Expand file treeCollapse file tree

2 files changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-3
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ EXPOSE 8080
3333

3434
VOLUME ["$BOOKSTACK_HOME/public/uploads","$BOOKSTACK_HOME/public/storage"]
3535

36-
RUN chmod -R g+w vendor \
37-
&& chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads \
36+
RUN chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads \
3837
&& chown -R www-data:www-data storage/uploads && chmod -R 775 storage/uploads
3938

4039
USER www-data:www-data

‎docker-entrypoint.sh

Copy file name to clipboardExpand all lines: docker-entrypoint.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else
103103
echoerr wait-for-db: timeout out after 15 seconds waiting for ${DB_HOST_NAME}:${DB_PORT}
104104
fi
105105

106-
composer install
106+
#composer install
107107

108108
php artisan key:generate
109109

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.