Exclude stacks folder in docker image
This commit is contained in:
parent
408e12b741
commit
e3a485f6b8
@ -0,0 +1 @@
|
|||||||
|
stacks
|
@ -0,0 +1,11 @@
|
|||||||
|
# syntax=docker/dockerfile:1
|
||||||
|
FROM node:18.17.1-alpine3.18
|
||||||
|
|
||||||
|
RUN apk --update --no-cache add git python3 alpine-sdk bash curl jq
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN echo "Installing dependencies and building sv3-watcher-ts" && \
|
||||||
|
yarn && yarn build
|
Loading…
Reference in New Issue
Block a user