Skip to content

Commit 58467f1

Browse files
committed
fix: replace ws init command in dockerfile
1 parent 4a1e5ec commit 58467f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /workspaces
1111
COPY flow /usr/bin/flow
1212

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

1616
ENTRYPOINT ["flow"]
17-
CMD ["get", "workspace"]
17+
CMD ["--version"]

0 commit comments

Comments
 (0)