From f1df3296653337df826984ef7ae94604e922e67e Mon Sep 17 00:00:00 2001 From: flpmcruz <92688196+flpmcruz@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:57:29 -0500 Subject: [PATCH] Update Dockerfile Better translate to the comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd0f725b..3b4b0158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN curl -sS https://get.symfony.com/cli/installer | bash -s - --install-dir /us COPY etc/infrastructure/php/ /usr/local/etc/php/ -# allow non-root users have home +# allow non-root users to have home RUN mkdir -p /opt/home RUN chmod 777 /opt/home ENV HOME /opt/home