Skip to content

Commit

Permalink
FDN-1807: Fix (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuupadhyay101 authored Oct 23, 2023
1 parent 80638e0 commit bf5965b
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 @@ -95,7 +95,7 @@ COPY --from=builder /root/go/bin/dev /usr/bin/dev

#API Builder Setup

COPY --from=builder /apibuilder-cli /opt/apibuilder-cli
COPY --from=builder apibuilder-cli /opt/apibuilder-cli
RUN mkdir -p $HOME/.apibuilder && touch $HOME/.apibuilder/config

# Update PATH with apibuilder
Expand Down

0 comments on commit bf5965b

Please sign in to comment.