mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
fix: update base image to node:lts-slim for improved stability
This commit is contained in:
@@ -14,7 +14,7 @@ COPY entry.sh ./
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Stage 2: Create the production image
|
# Stage 2: Create the production image
|
||||||
FROM node:slim
|
FROM node:lts-slim
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -yqq --no-install-recommends wget && \
|
apt-get install -yqq --no-install-recommends wget && \
|
||||||
|
|||||||
Reference in New Issue
Block a user