diff --git a/Dockerfile b/Dockerfile index a89457c..e77aa16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ COPY . . RUN pwd +RUN ls -a + RUN npm install RUN npm run build