Spaces:
Sleeping
Sleeping
Commit
·
169f175
1
Parent(s):
9dc77e2
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -51,7 +51,7 @@ RUN composer install --no-interaction --prefer-dist --optimize-autoloader \
|
|
51 |
|
52 |
# git の設定(グローバルが機能するNode.jsベースなのでOK)
|
53 |
RUN git config --global user.email "[email protected]"
|
54 |
-
|
55 |
# /app ディレクトリ全体に書き込み権限を付与
|
56 |
RUN chmod -R 777 /app
|
57 |
|
|
|
51 |
|
52 |
# git の設定(グローバルが機能するNode.jsベースなのでOK)
|
53 |
RUN git config --global user.email "[email protected]"
|
54 |
+
#
|
55 |
# /app ディレクトリ全体に書き込み権限を付与
|
56 |
RUN chmod -R 777 /app
|
57 |
|