Merge pull request #570 from turbo124/master

Rollback copy
This commit is contained in:
David Bomba
2024-04-05 07:29:10 +11:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -83,8 +83,6 @@ ENV BAK_STORAGE_PATH $BAK_STORAGE_PATH
ENV BAK_PUBLIC_PATH $BAK_PUBLIC_PATH
COPY --from=nodebuild --chown=$INVOICENINJA_USER:$INVOICENINJA_USER /var/www/app /var/www/app
RUN rm -f /var/www/app/public/main.*
RUN rm -f /var/www/app/public/flutter*
RUN rm -rf /var/www/app/ui
USER $UID

View File

@@ -7,7 +7,7 @@ server {
client_max_body_size 100M;
root /var/www/app/public/;
index index.html index.htm index.php;
index index.php;
location / {
try_files $uri $uri/ /index.php?$query_string;