Edit Dockerfile
This commit is contained in:
@@ -20,6 +20,8 @@ COPY --from=10.15.39.186:8084/library/composer:2.7 /usr/bin/composer /usr/bin/co
|
|||||||
|
|
||||||
WORKDIR /var/www
|
WORKDIR /var/www
|
||||||
|
|
||||||
|
RUN composer i
|
||||||
|
|
||||||
# PERBAIKAN: Gunakan skema copy offline dari aplikasi sukses,
|
# PERBAIKAN: Gunakan skema copy offline dari aplikasi sukses,
|
||||||
# tetapi tambahkan flag chown untuk mencegah error Permission Denied (Error 500) pada Pod
|
# tetapi tambahkan flag chown untuk mencegah error Permission Denied (Error 500) pada Pod
|
||||||
COPY --chown=www-data:www-data . .
|
COPY --chown=www-data:www-data . .
|
||||||
|
|||||||
Reference in New Issue
Block a user