Skip to content

Commit

Permalink
Update Dockerfile-play-builder-17-jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
arias-m authored Nov 1, 2023
1 parent f8c04c6 commit ba346fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-play-builder-17-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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 "token=${APIBUILDER_TOKEN}" >> $HOME/.apibuilder/config
RUN echo "token=$APIBUILDER_TOKEN" >> $HOME/.apibuilder/config

# Update PATH with apibuilder

Expand Down

0 comments on commit ba346fb

Please sign in to comment.