Skip to content
Snippets Groups Projects
Select Git revision
  • 4795451d66ca84864f4071c6d2267fa69fefebcb
  • main default protected
2 results

SolarSystemProd_factoid_2.ttl

Blame
  • Dockerfile.devserver 184 B
    FROM debian:stable-slim
    RUN apt-get update && apt-get install -y git npm
    RUN useradd --home-dir /opt node
    RUN chown node:node /opt
    EXPOSE 9000
    WORKDIR /opt
    USER node
    CMD npm run serve