fixed database right
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 21s
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 21s
This commit is contained in:
parent
c25feba3cf
commit
ed11575200
@ -53,12 +53,9 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
|
||||
# Copy files from build stage
|
||||
COPY --from=build /app /var/www
|
||||
|
||||
# Fix permissions
|
||||
RUN adduser -D -g '' www && \
|
||||
chown -R www:www /var/www && \
|
||||
RUN chown -R www-data:www-data storage bootstrap/cache database \
|
||||
chmod -R 755 /var/www/storage /var/www/bootstrap/cache
|
||||
|
||||
RUN chown -R www-data:www-data storage bootstrap/cache database
|
||||
|
||||
# Copy custom nginx and supervisord config
|
||||
COPY deploy/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user