6
This commit is contained in:
parent
b9e2e83a26
commit
744ac8845f
@ -1,9 +1,9 @@
|
||||
FROM node:16 AS appbuild
|
||||
WORKDIR /usr/src/app
|
||||
COPY lifetracker-vue/package*.json ./
|
||||
WORKDIR /usr/src/app/lifetracker-vue
|
||||
COPY lifetracker-vue ./
|
||||
RUN npm install
|
||||
RUN npm run build-only
|
||||
COPY ./dist ./dist
|
||||
RUN "echo $(ls)"
|
||||
|
||||
# Build Stage 2
|
||||
# This build takes the production build from staging build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user