Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
11
vuejs/vuejs/Dockerfile
Executable file
11
vuejs/vuejs/Dockerfile
Executable file
@@ -0,0 +1,11 @@
|
||||
FROM node:10
|
||||
|
||||
RUN mkdir /project
|
||||
WORKDIR /project
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install -g @vue/cli
|
||||
RUN yarn install
|
||||
ENV HOST=0.0.0.0
|
||||
CMD ["yarn", "run", "serve"]
|
Reference in New Issue
Block a user