tacticalrmm/docker/containers/tactical-meshcentral/dockerfile

13 lines
235 B
Plaintext
Raw Normal View History

2020-11-16 19:28:10 +00:00
FROM node:12-alpine
WORKDIR /home/node/app
ENV TACTICAL_DIR /opt/tactical
RUN npm install meshcentral@0.6.62
COPY docker/containers/tactical-meshcentral/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]