Skip to content

Commit

Permalink
update dockerfile to use slim image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nospamas committed Aug 28, 2024
1 parent 5f09f88 commit 303deec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@


FROM node:22
FROM node:22-bookworm-slim

RUN apt-get -y update && \
apt-get install --no-install-recommends \
-y curl && \
rm -rf /var/lib/apt/lists/*

RUN npm install -g serve

Expand Down

0 comments on commit 303deec

Please sign in to comment.