mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: copy .browserslistrc to node build container (#18141)
This commit is contained in:
parent
e56f98f03f
commit
15ce5a68cf
@ -24,7 +24,7 @@ COPY packages packages
|
|||||||
|
|
||||||
RUN yarn install --pure-lockfile --no-progress
|
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 public public
|
||||||
COPY scripts scripts
|
COPY scripts scripts
|
||||||
COPY emails emails
|
COPY emails emails
|
||||||
|
Loading…
Reference in New Issue
Block a user