Skip to content

Commit 8afa512

Browse files
committed
Wrong yes command
1 parent da5032d commit 8afa512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:12
22
RUN yarn create react-app my-react-app
33
RUN cd my-react-app && yarn build
4-
RUN npm install -g @vue/cli && (y | vue create my-vue-app --default)
4+
RUN npm install -g @vue/cli && (yes | vue create my-vue-app --default)
55
RUN cd my-vue-app && yarn build
66
RUN mkdir -p my-tests && cd my-tests && yarn add playwright

0 commit comments

Comments
 (0)