Ajout de vuejs
This commit is contained in:
11
vuejs/Dockerfile
Executable file
11
vuejs/Dockerfile
Executable file
@@ -0,0 +1,11 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
Reference in New Issue
Block a user