change telephone id for every user

This commit is contained in:
2025-05-06 14:15:49 +03:30
parent ab042b3a44
commit 1a1a0aa57b
15 changed files with 64 additions and 40 deletions

View File

@@ -17,10 +17,10 @@ RUN apk update && apk add --no-cache \
&& docker-php-ext-install pdo_pgsql
# Set the working directory
WORKDIR /var/www/crm
WORKDIR /var/www/laravel
COPY . .
RUN chmod -R 777 /var/www/crm/storage /var/www/crm/bootstrap/cache
RUN chmod -R 777 /var/www/laravel/storage /var/www/laravel/bootstrap/cache
# install composer