stack-orchestrator/container-build/cerc-watcher-mobymask/Dockerfile

9 lines
169 B
Docker
Raw Normal View History

2022-11-06 17:11:42 +00:00
# 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