This commit is contained in:
Ryan Pandya 2023-05-16 17:01:48 -04:00
parent e8f360fa38
commit cd36376bbc

View File

@ -3,7 +3,7 @@ WORKDIR /usr/src/app/lifetracker-vue
COPY lifetracker-vue ./ COPY lifetracker-vue ./
RUN npm install RUN npm install
RUN npm run build-only RUN npm run build-only
RUN "echo $(ls)" RUN "echo $(ls); echo $(ls ..); echo $(ls src)"
# Build Stage 2 # Build Stage 2
# This build takes the production build from staging build # This build takes the production build from staging build