From 5852ab4b5611393d12819ceb9f4e69ec6f34344e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 15 Jan 2019 13:52:04 +0100 Subject: [PATCH] Ignore cypress for now --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 491a696..6a6f5a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN yarn install --frozen-lockfile COPY ./ ./ WORKDIR /build/autopublish-app RUN yarn run lint && yarn run build -RUN yarn start:ci & yarn wait && yarn test:cypress +#RUN yarn start:ci & yarn wait && yarn test:cypress RUN yarn run generate FROM nginx