stack-orchestrator/container-build/cerc-watcher-mobymask/Dockerfile
2022-11-06 10:11:42 -07:00

9 lines
169 B
Docker

# TODO: move this into the cerc-io/mobymask-watcher repo
FROM node:16.17.1-alpine3.16
WORKDIR /app
COPY . .
RUN apk --update --no-cache add git && yarn && yarn build