Skip to content

Commit

Permalink
chore: use default unit username
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-pr committed Nov 12, 2023
1 parent ff76f1b commit 5f96ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mkdir -p /var/www/html/databasestore

WORKDIR /var/www/html

COPY --from=build /var/www/html /var/www/html
COPY --from=build --chown=unit:unit /var/www/html /var/www/html

ENV TZ=Europe/Berlin

Expand Down
4 changes: 1 addition & 3 deletions docker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"laravel": {
"type": "php",
"root": "/var/www/html/public/",
"script": "index.php",
"user": "root",
"group": "root"
"script": "index.php"
}
}
}

0 comments on commit 5f96ead

Please sign in to comment.