Fixed startup script

This commit is contained in:
Aditya Prima 2024-03-12 00:12:09 +07:00
parent a13f7bd973
commit cfea8c892c
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ RUN php composer-setup.php && mv composer.phar /usr/local/bin/composer && rm -f
ADD ./docker/etc /etc
ADD . .
RUN chmod +x /etc/cont-init.d/*
RUN chmod +x /etc/services.d/laravel/*
# COPY FROM BUILDER
COPY --from=php_builder /app/vendor ./vendor