Skip to content

Commit 0218ef6

Browse files
authored
remove tabs.
1 parent 33e8e91 commit 0218ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspace/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ARG PUID=1000
4646
ARG PGID=1000
4747
RUN groupadd -g $PGID laradock && \
4848
useradd -u $PUID -g laradock -m laradock
49-
49+
5050
#####################################
5151
# Set Timezone
5252
#####################################
@@ -267,7 +267,7 @@ USER laradock
267267

268268
RUN echo "" >> ~/.bashrc && \
269269
echo 'export PATH="/var/www/vendor/bin:$PATH"' >> ~/.bashrc
270-
270+
271271
#####################################
272272
# Laravel Artisan Alias
273273
#####################################

0 commit comments

Comments
 (0)