We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5032d commit 8afa512Copy full SHA for 8afa512
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:12
2
RUN yarn create react-app my-react-app
3
RUN cd my-react-app && yarn build
4
-RUN npm install -g @vue/cli && (y | vue create my-vue-app --default)
+RUN npm install -g @vue/cli && (yes | vue create my-vue-app --default)
5
RUN cd my-vue-app && yarn build
6
RUN mkdir -p my-tests && cd my-tests && yarn add playwright
0 commit comments