From 25d6324b5613d7e71a15262a1a3a1b67c19677b9 Mon Sep 17 00:00:00 2001 From: Murtadha Date: Thu, 11 Jul 2024 20:01:38 -0400 Subject: [PATCH] Modify docker image to run alpine version --- DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerFile b/DockerFile index 9c0ce1d..2668d0b 100644 --- a/DockerFile +++ b/DockerFile @@ -1,5 +1,5 @@ # Use the official Node.js 22 image -FROM node:22 +FROM node:22:alpine # Create and change to the app directory WORKDIR /usr/src/app