fix the bugs

This commit is contained in:
2025-08-13 14:14:28 +03:30
parent 9a0758a754
commit f77d0ee0d0
11 changed files with 69 additions and 82 deletions

View File

@@ -19,10 +19,10 @@ RUN apk update && apk add --no-cache \
&& docker-php-ext-install pdo_pgsql pdo_mysql gd zip
# Set the working directory
WORKDIR /var/www/laravel
WORKDIR /var/www/crm/backend
COPY . .
RUN chmod -R 777 /var/www/laravel/storage /var/www/laravel/bootstrap/cache
RUN chmod -R 777 /var/www/crm/backend/storage /var/www/crm/backend/bootstrap/cache
# Install Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer