diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c74b05b..f43a7035 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,16 +135,4 @@ workflows: filters: branches: only: develop - # FIXME: This used to work and broke due to erosion - # Related issue: https://github.com/200ok-ch/organice/issues/909 - # - push-image: - # requires: - # # Staging deployments are free of linting and test checks, - # # so that we can quickly build, deploy and iterate. - # # There's still visual feedback on Github on whether or - # # not the tasks failed. - # # - build # because of tests - # # - build-docs - # filters: - # branches: - # only: master + - push-image diff --git a/Dockerfile b/Dockerfile index 704c8200..bbc02118 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . /opt/organice RUN bin/transient_env_vars.sh bait >> .env -RUN yarn global add serve \ +RUN yarn global add serve --ignore-engines \ && yarn build \ && yarn cache clean \ && rm -rf node_modules