We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb51a43 commit 9ec92c8Copy full SHA for 9ec92c8
Dockerfile.exporter
@@ -9,5 +9,8 @@ RUN npm install
9
10
EXPOSE 9101
11
12
+RUN curl --location -o jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
13
+RUN chmod 777 ./jq
14
+
15
CMD ["npm", "run", "start:dev"]
16
#ENTRYPOINT npm run start:dev
0 commit comments