stack-orchestrator/build/lib/app/data/container-build/cerc-watcher-ts/Dockerfile

11 lines
172 B
Docker
Raw Normal View History

2023-05-08 16:00:59 +00:00
FROM node:16.17.1-alpine3.16
RUN apk --update --no-cache add git python3 alpine-sdk jq
WORKDIR /app
COPY . .
RUN echo "Building watcher-ts" && \
yarn && yarn build