Skip to content

Commit

Permalink
Add copying disabled_plugins.txt to config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
avafanasiev committed Apr 19, 2024
1 parent ec1836d commit 95f67e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/jvm/internal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG TARGETPLATFORM
ARG DEVICEID
ENV DEVICEID=$DEVICEID
COPY $TARGETPLATFORM $QODANA_DIST
COPY disabled_plugins.txt $QODANA_CONF
RUN chmod +x $QODANA_DIST/bin/*.sh $QODANA_DIST/bin/qodana && \
update-alternatives --install /usr/bin/java java $JAVA_HOME/bin/java 0 && \
update-alternatives --install /usr/bin/javac javac $JAVA_HOME/bin/javac 0 && \
Expand Down

0 comments on commit 95f67e1

Please sign in to comment.