Skip to content
Snippets Groups Projects
Commit 007a5d95 authored by Tamlyn Rhodes's avatar Tamlyn Rhodes Committed by Aanand Prasad
Browse files

Include .babelrc in Docker build

parent 6c2d30dc
No related branches found
No related tags found
No related merge requests found
FROM xpub/xpub:base FROM xpub/xpub:base
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
COPY lerna.json .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./ COPY lerna.json .babelrc .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
COPY packages packages COPY packages packages
RUN [ "yarn", "config", "set", "workspaces-experimental", "true" ] RUN [ "yarn", "config", "set", "workspaces-experimental", "true" ]
......
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