fixed database right
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 28s
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 28s
This commit is contained in:
parent
ed11575200
commit
f5560f4aea
@ -53,7 +53,7 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
|
|||||||
# Copy files from build stage
|
# Copy files from build stage
|
||||||
COPY --from=build /app /var/www
|
COPY --from=build /app /var/www
|
||||||
|
|
||||||
RUN chown -R www-data:www-data storage bootstrap/cache database \
|
RUN chown -R www-data:www-data storage bootstrap/cache database &&\
|
||||||
chmod -R 755 /var/www/storage /var/www/bootstrap/cache
|
chmod -R 755 /var/www/storage /var/www/bootstrap/cache
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user