mirror of
https://github.com/morten-olsen/github-backup.git
synced 2026-02-08 01:36:24 +01:00
Added EXCLUDE and INCLUDE options
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
FROM node:alpine as BuildEnv
|
||||
COPY package.json /app/package.json
|
||||
FROM node:16-alpine as BuildEnv
|
||||
COPY package.json yarn.lock .yarnrc.yml /app/
|
||||
WORKDIR /app
|
||||
RUN yarn install
|
||||
RUN \
|
||||
corepack enable && \
|
||||
yarn install
|
||||
COPY . /app/
|
||||
RUN yarn bundle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user