We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c83489 commit d0edc38Copy full SHA for d0edc38
1 file changed
Dockerfile
@@ -27,10 +27,10 @@ RUN apt-get -y install php5-cli
27
28
# Configure a local user
29
# Prepare user and directories
30
-RUN adduser --shell /bin/bash --gecos 'friendcode workspace user' --disabled-password --home /home/friendcode friendcode
+RUN adduser --shell /bin/bash --gecos 'codebox workspace user' --disabled-password --home /home/codebox codebox
31
32
# Default init command
33
-CMD su friendcode /opt/codebox/init.sh
+CMD su codebox /opt/codebox/init.sh
34
35
# Needed Volumes
36
VOLUME ["/opt/codebox"]
0 commit comments