We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node
1 parent 97a34cf commit a1a82aeCopy full SHA for a1a82ae
Dockerfile
@@ -32,6 +32,7 @@ COPY --from=intermediate /out /out
32
RUN cd / && tar zxvf /out/sharkd.tar.gz && rm -rf /out/sharkd.tar.gz
33
34
ENV CAPTURES_PATH=/captures/
35
+ENV SHARKD_SOCKET=/home/node/sharkd.sock
36
37
# RUN git clone --single-branch --branch master https://github.com/qxip/node-webshark /usr/src/node-webshark
38
COPY --chown=node . /usr/src/node-webshark
0 commit comments