mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
back to npm
This commit is contained in:
@@ -4,12 +4,11 @@ RUN apt update && apt install -y git && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
COPY yarn.lock ./
|
||||
RUN yarn install
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN yarn run build
|
||||
RUN yarn install --production
|
||||
RUN npm run build
|
||||
RUN npm install --omit=dev
|
||||
|
||||
FROM node:lts-buster-slim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user