FROM node:18-alpine EXPOSE 3000 WORKDIR /app COPY .output . ENTRYPOINT [ "node", "/app/server/index.mjs" ]