File size: 138 Bytes
bf74203
4e3fbe0
bf74203
4e3fbe0
f9e6802
 
e706e92
bf74203
1
2
3
4
5
6
7
8
FROM node:20

COPY . .
RUN npm i --omit=dev --no-package-lock
USER node

# Set the entry point script as the default command
RUN npm start