We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e8e91 commit 0218ef6Copy full SHA for 0218ef6
1 file changed
workspace/Dockerfile
@@ -46,7 +46,7 @@ ARG PUID=1000
46
ARG PGID=1000
47
RUN groupadd -g $PGID laradock && \
48
useradd -u $PUID -g laradock -m laradock
49
-
+
50
#####################################
51
# Set Timezone
52
@@ -267,7 +267,7 @@ USER laradock
267
268
RUN echo "" >> ~/.bashrc && \
269
echo 'export PATH="/var/www/vendor/bin:$PATH"' >> ~/.bashrc
270
271
272
# Laravel Artisan Alias
273
0 commit comments