add: self-signed cert, docker, cmd rotate
This commit is contained in:
@@ -6,6 +6,7 @@ COPY package.json ./
|
||||
RUN npm install --production
|
||||
|
||||
COPY index.js .
|
||||
COPY rotate.js .
|
||||
COPY builders ./builders
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user