This commit is contained in:
parent
a971dcdbc2
commit
95adcbe2b9
@ -6,7 +6,14 @@ COPY package.json /app
|
||||
RUN npm install
|
||||
|
||||
|
||||
FROM build-step
|
||||
FROM build-step as build-step2
|
||||
|
||||
WORKDIR /app
|
||||
#COPY . /app
|
||||
RUN npm run build --prod
|
||||
|
||||
|
||||
FROM build-step2
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
Reference in New Issue
Block a user