diff --git a/Dockerfile b/Dockerfile index bb4f41d..0f92487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ RUN node -v WORKDIR /dist COPY . . RUN pwd +RUN ls + FROM nginx RUN pwd RUN ls