Skip to content

Commit

Permalink
fix: replace ws init command in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Sep 29, 2024
1 parent 4a1e5ec commit 58467f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /workspaces
COPY flow /usr/bin/flow

RUN if [ -z "$BRANCH" ]; then git clone $REPO .; else git clone -b $BRANCH $REPO .; fi
RUN flow init workspace $WORKSPACE . --set
RUN flow workspace create $WORKSPACE . --set

ENTRYPOINT ["flow"]
CMD ["get", "workspace"]
CMD ["--version"]

0 comments on commit 58467f1

Please sign in to comment.