Skip to content

Commit

Permalink
test: debugging auth
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed May 31, 2024
1 parent a669d6e commit 5be87df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/ops/docker/app/app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ COPY /routes routes
COPY . /var/www/html

ARG COMPOSER_AUTH
RUN echo "COMPOSER_AUTH=$COMPOSER_AUTH"
RUN echo "$COMPOSER_AUTH" | jq . > auth.json

RUN composer install
Expand Down
1 change: 1 addition & 0 deletions resources/ops/docker/nginx/nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ COPY /routes routes
COPY . /var/www/html

ARG COMPOSER_AUTH
RUN echo "COMPOSER_AUTH=$COMPOSER_AUTH"
RUN echo "$COMPOSER_AUTH" | jq . > auth.json

RUN composer install
Expand Down

0 comments on commit 5be87df

Please sign in to comment.