diff --git a/Dockerfile b/Dockerfile index d27c405..6dc37fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a Node.js base image -FROM node:19 +FROM node:19-alpine # Set the working directory WORKDIR /app