mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
Nabarun Gogoi
aa4a954330
* Use published packages from gitea * Remove token used for github packages
8 lines
98 B
Docker
8 lines
98 B
Docker
FROM node:16.13.1-alpine3.14
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . .
|
|
|
|
RUN apk --update --no-cache add git && yarn
|