commit test docker
This commit is contained in:
11
node/dockerFile
Normal file
11
node/dockerFile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:19
|
||||
|
||||
WORKDIR /var/www/html/app/vueProject
|
||||
|
||||
COPY ./vue/vueProject/* .
|
||||
|
||||
RUN npm install --global cross-env
|
||||
RUN npm install axios
|
||||
RUN npm install
|
||||
|
||||
CMD [ "npm" , "run", "dev" ]
|
Reference in New Issue
Block a user