mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-11 18:24:05 +00:00
docker image and Github Actions to build image
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM node:15.3.0-alpine3.10
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apk --update --no-cache add git && yarn
|
||||
|
||||
Reference in New Issue
Block a user