去除.env

This commit is contained in:
小王 2024-09-13 10:15:29 +08:00
parent 36d9ca2fcb
commit a23ed12bb6
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ ADD default.conf /etc/nginx/http.d/default.conf
RUN chmod +x /run.sh
COPY . /var/www/html
RUN rm -rf /var/www/html/.env
WORKDIR /var/www/html
RUN chown www-data:www-data -R /var/www/html