Version 0.7.0 #1

Merged
kor-elf merged 90 commits from develop into main 2023-12-08 21:18:23 +06:00
Showing only changes of commit 17fcc6e976 - Show all commits

View File

@ -72,10 +72,10 @@ RUN groupadd -g 1000 www
RUN useradd -u 1000 -ms /bin/bash -g www www RUN useradd -u 1000 -ms /bin/bash -g www www
# Copy existing application directory contents # Copy existing application directory contents
COPY . /var/www #COPY . /var/www
# Copy existing application directory permissions # Copy existing application directory permissions
COPY --chown=www:www . /var/www #COPY --chown=www:www . /var/www
# Change current user to www # Change current user to www
USER www USER www