We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 620e5a6 + aaacdc2 commit 5066c66Copy full SHA for 5066c66
templates/.devcontainer/Dockerfile.j2
@@ -11,11 +11,11 @@ ARG USERNAME=vscode
11
ARG USER_UID=1000
12
ARG USER_GID=$USER_UID
13
14
-ENV APACHE_RUN_USER $USERNAME
15
-ENV APACHE_RUN_GROUP $USERNAME
16
-ENV APACHE_LOCK_DIR /var/lock/apache2
17
-ENV APACHE_LOG_DIR /var/log/apache2
18
-ENV APACHE_PID_FILE /var/run/apache2/apache2.pid
+ENV APACHE_RUN_USER=$USERNAME
+ENV APACHE_RUN_GROUP=$USERNAME
+ENV APACHE_LOCK_DIR=/var/lock/apache2
+ENV APACHE_LOG_DIR=/var/log/apache2
+ENV APACHE_PID_FILE=/var/run/apache2/apache2.pid
19
20
# Create a non-root user with the specified UID and GID
21
RUN groupadd --gid $USER_GID $USERNAME \
0 commit comments