This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
c4k-jira/image/Dockerfile

7 lines
105 B
Docker
Raw Normal View History

2021-07-02 13:35:49 +00:00
FROM node:lts-slim
RUN npm install -g jira
RUN mkdir /app
ENTRYPOINT ["jira"]
CMD [ "/app/config.edn" ]