diff --git a/Dockerfile b/Dockerfile index 88cd494..e1d9a6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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