Skip to content
Snippets Groups Projects
Commit 81b4081e authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

ci: revert docker file to production env

parent 8acba10a
No related branches found
No related tags found
1 merge request!43Sprint #19
......@@ -6,15 +6,13 @@ COPY package.json yarn.lock ./
COPY lerna.json .babelrc .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
COPY packages packages
ENV NODE_ENV "development"
RUN [ "yarn", "config", "set", "workspaces-experimental", "true" ]
RUN [ "yarn", "install", "--frozen-lockfile" ]
RUN [ "yarn", "cache", "clean"]
RUN [ "rm", "-rf", "/npm-packages-offline-cache"]
ENV NODE_ENV ${NODE_ENV}
ENV NODE_ENV "production"
WORKDIR ${HOME}/packages/xpub-faraday
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment