forked from cerc-io/stack-orchestrator
Add container build
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user