We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e5ec commit 58467f1Copy full SHA for 58467f1
Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /workspaces
11
COPY flow /usr/bin/flow
12
13
RUN if [ -z "$BRANCH" ]; then git clone $REPO .; else git clone -b $BRANCH $REPO .; fi
14
-RUN flow init workspace $WORKSPACE . --set
+RUN flow workspace create $WORKSPACE . --set
15
16
ENTRYPOINT ["flow"]
17
-CMD ["get", "workspace"]
+CMD ["--version"]
0 commit comments