Modify docker image to run alpine version

This commit is contained in:
Murtadha 2024-07-11 20:01:38 -04:00
parent 92653814f6
commit 25d6324b56

View file

@ -1,5 +1,5 @@
# Use the official Node.js 22 image # Use the official Node.js 22 image
FROM node:22 FROM node:22:alpine
# Create and change to the app directory # Create and change to the app directory
WORKDIR /usr/src/app WORKDIR /usr/src/app