mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Update Dockerfile
This commit is contained in:
@@ -12,6 +12,9 @@ RUN npm prune --omit=dev
|
|||||||
|
|
||||||
FROM node:lts-buster-slim
|
FROM node:lts-buster-slim
|
||||||
|
|
||||||
|
# Install necessary packages, including procps
|
||||||
|
RUN apt update && apt install -y procps && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --from=builder /app ./
|
COPY --from=builder /app ./
|
||||||
|
|||||||
Reference in New Issue
Block a user