watcher-ts/Dockerfile
Nabarun Gogoi aa4a954330
Use graph-ts and graph-cli packages from gitea (#283)
* Use published packages from gitea

* Remove token used for github packages
2022-12-29 16:59:42 +05:30

8 lines
98 B
Docker

FROM node:16.13.1-alpine3.14
WORKDIR /app
COPY . .
RUN apk --update --no-cache add git && yarn