8
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user