mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
latest node:alpine image
This commit is contained in:
parent
ffe1a3382d
commit
9fc2796dbf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21-alpine
|
||||
FROM node:alpine
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache git
|
||||
|
|
@ -9,4 +9,4 @@ COPY package*.json ./
|
|||
RUN npm ci --only-production
|
||||
COPY . .
|
||||
|
||||
CMD [ "node", "--insecure-http-parser", "index.js" ]
|
||||
CMD [ "node", "--insecure-http-parser", "index.js" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue