Skip to content

Commit

Permalink
Delete debug echos
Browse files Browse the repository at this point in the history
  • Loading branch information
Boubker Bribri committed Sep 21, 2021
1 parent ee445d7 commit bc0818e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM prestashop/prestashop-git:latest
# To run files with the same group as your primary user
ARG GROUP_ID
ARG USER_ID
RUN echo $GROUP_ID
RUN echo $USER_ID

RUN groupmod -g $GROUP_ID www-data \
&& usermod -u $USER_ID -g $GROUP_ID www-data
Expand Down

0 comments on commit bc0818e

Please sign in to comment.