Skip to content

Commit

Permalink
pas besoin de git
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed Jun 3, 2024
1 parent fd94ab0 commit ccd32a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN mkdir -p /app/var/
RUN chown www-data:www-data /app -R

RUN apk update --no-cache \
&& apk add fish git supervisor \
&& apk add fish supervisor \
&& apk cache clean

USER www-data
Expand All @@ -96,7 +96,7 @@ RUN mkdir /app/vendor/bin -p
RUN ["fish", "-c fish_add_path /app/vendor/bin"]

# configure git (needed for symnfony cli)
ARG GIT_EMAIL
ARG GIT_USERNAME
RUN git config --global user.email "${GIT_EMAIL}" \
&& git config --global user.name "${GIT_USERNAME}"
#ARG GIT_EMAIL
#ARG GIT_USERNAME
#RUN git config --global user.email "${GIT_EMAIL}" \
# && git config --global user.name "${GIT_USERNAME}"

0 comments on commit ccd32a5

Please sign in to comment.