Skip to content

Commit

Permalink
fix update nginx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Oct 24, 2024
1 parent fb2a7e1 commit 1520e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WORKDIR /var/www/html/NexaMerchant/
COPY . /var/www/html/NexaMerchant/

# Install PHP dependencies
RUN composer install --no-interaction --prefer-dist --optimize-autoloader
RUN composer update --no-interaction --prefer-dist --optimize-autoloader

# Edit the file and directory permissions
RUN chown -R www-data:www-data /var/www/html/NexaMerchant/
Expand Down

0 comments on commit 1520e5a

Please sign in to comment.