Skip to content

Commit

Permalink
Update Dockerfile apibuilder token
Browse files Browse the repository at this point in the history
  • Loading branch information
arias-m authored Nov 1, 2023
1 parent 448301c commit e45b9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-play-builder-17-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ COPY --from=builder /root/go/bin/dev /usr/bin/dev

COPY --from=builder /root/apibuilder-cli /opt/apibuilder-cli
RUN mkdir -p $HOME/.apibuilder && touch $HOME/.apibuilder/config
RUN echo "[default]" >> $HOME/.apibuilder/config
RUN echo "token=$APIBUILDER_TOKEN" >> $HOME/.apibuilder/config

# Update PATH with apibuilder
Expand Down

0 comments on commit e45b9a5

Please sign in to comment.