Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere committed Mar 31, 2023
1 parent 58e2cca commit ed3a96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN echo extension=krb5.so >> /opt/docker/etc/php/php.ini
ENV WEB_DOCUMENT_ROOT=/app/public
ENV PHP_DISMOD=bz2,calendar,exiif,ffi,intl,gettext,ldap,mysqli,imap,soap,sockets,sysvmsg,sysvsm,sysvshm,shmop,xsl,zip,gd,apcu,vips,imagick,mongodb,amqp
WORKDIR /app
COPY app .
COPY . .

# PHP & JS dependencies & UI build
RUN composer install --no-interaction --optimize-autoloader --no-dev && rm -rf /root/.composer/cache
Expand Down

0 comments on commit ed3a96c

Please sign in to comment.