traefik-key-mgr/Dockerfile
2020-12-10 22:14:40 +08:00

6 lines
66 B
Docker

FROM node:lts-slim
WORKDIR /data
COPY . .
RUN npm install --prod