diff --git a/Dockerfile b/Dockerfile index b7fd9e9..68d6086 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,7 @@ COPY ./package.json ./yarn.lock ./.snyk ./ RUN yarn install --frozen-lockfile COPY ./ ./ -WORKDIR /build/autopublish-app -RUN yarn lint && yarn build +RUN yarn build && yarn lint #RUN yarn start:ci & yarn wait && yarn test:cypress FROM nginx