Skip to content

Commit

Permalink
add missing babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Dec 6, 2024
1 parent 349afa6 commit 695b09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ ADD https://github.com/elabftw/elabftw/tarball/$ELABFTW_VERSION src.tgz
RUN tar xzf src.tgz && mv elabftw-* src \
&& mkdir /elabftw \
&& mv src/bin /elabftw \
&& mv src/.babelrc /elabftw \
&& mv src/builder.js /elabftw \
&& mv src/composer.json /elabftw \
&& mv src/composer.lock /elabftw \
Expand Down

0 comments on commit 695b09c

Please sign in to comment.