FROM node:22-alpine WORKDIR /app USER root # Expose port 8012 EXPOSE 8012 # Start the application CMD ["npm", "run", "serve"]