Skip to content

Commit 7a8a1e2

Browse files
committed
use node slim base image
1 parent 3613d2f commit 7a8a1e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker/api-docs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.8.1-bookworm
1+
FROM node:20.8.1-bookworm-slim
22

33
WORKDIR /api/doc
44

docker/pgn-viewer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.8.1-bookworm
1+
FROM node:20.8.1-bookworm-slim
22

33
RUN npm install -g pnpm
44

docker/ui.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:20.8.1-bookworm
1+
FROM node:20.8.1-bookworm-slim
2+
3+
RUN apt-get update
4+
RUN apt-get install -y git
25

3-
RUN git config --global --add safe.directory /lila
4-
RUN git config --global --add safe.directory /chessground
5-
RUN git config --global --add safe.directory /pgn-viewer
66
RUN npm install -g pnpm

0 commit comments

Comments
 (0)