mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 12:26:19 +00:00
9 lines
98 B
Docker
9 lines
98 B
Docker
FROM node:15.3.0-alpine3.10
|
|
|
|
WORKDIR /app
|
|
|
|
COPY . .
|
|
|
|
RUN apk --update --no-cache add git && yarn
|
|
|