Skip to content

Commit

Permalink
remove token set
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Aug 7, 2023
1 parent 24de20a commit 0feea05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ RUN apk update && \
nginx -t

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
chmod +x /usr/local/bin/composer \
&& composer config --global gitlab-token.gitlab.com $GITLAB_TOKEN
chmod +x /usr/local/bin/composer

ADD . .
ADD src/auth.php /var/www/html
Expand Down

0 comments on commit 0feea05

Please sign in to comment.