8
This commit is contained in:
parent
e8f360fa38
commit
cd36376bbc
@ -3,7 +3,7 @@ WORKDIR /usr/src/app/lifetracker-vue
|
||||
COPY lifetracker-vue ./
|
||||
RUN npm install
|
||||
RUN npm run build-only
|
||||
RUN "echo $(ls)"
|
||||
RUN "echo $(ls); echo $(ls ..); echo $(ls src)"
|
||||
|
||||
# Build Stage 2
|
||||
# This build takes the production build from staging build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user