fix: correct paths in Dockerfiles for requirements and package files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Etap 1: Build Vue
|
||||
FROM node:20 AS build
|
||||
WORKDIR /app
|
||||
COPY ./package*.json ./
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user