Correction des permissions.
This commit is contained in:
parent
1161992205
commit
2dcededa37
@ -38,7 +38,10 @@ RUN apt-get -y autoremove \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
# Copy source code
|
||||
COPY . /app
|
||||
COPY --chown=www-data:www-data . /app
|
||||
|
||||
# Install php dependencies
|
||||
RUN composer install --quiet --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
|
||||
|
||||
# Change vendor permissions
|
||||
RUN chown www-data:www-data vendor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user