Build: copy .browserslistrc to node build container (#18141)

This commit is contained in:
johannes 2019-07-16 16:57:31 +02:00 committed by Torkel Ödegaard
parent e56f98f03f
commit 15ce5a68cf

View File

@ -24,7 +24,7 @@ COPY packages packages
RUN yarn install --pure-lockfile --no-progress
COPY Gruntfile.js tsconfig.json tslint.json ./
COPY Gruntfile.js tsconfig.json tslint.json .browserslistrc ./
COPY public public
COPY scripts scripts
COPY emails emails