Skip to content

Commit

Permalink
fix: reduced container size by switching to alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
t2vee committed Jun 24, 2024
1 parent 1c620e2 commit fac4f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21-bookworm
FROM node:21-alpine

RUN mkdir -p /opt/app
WORKDIR /opt/app
Expand Down

0 comments on commit fac4f4f

Please sign in to comment.