Skip to content

Commit

Permalink
renames babelrc to babel.config.js in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jan 13, 2021
1 parent 324f72e commit bddb968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apk add --no-cache make

WORKDIR /opt/pyroscope

COPY package.json yarn.lock .babelrc Makefile ./
COPY package.json yarn.lock babel.config.js Makefile ./
COPY scripts ./scripts
COPY webapp ./webapp

Expand Down

0 comments on commit bddb968

Please sign in to comment.