FROM node:18 WORKDIR /usr/src/app COPY website/.output . EXPOSE 3000 CMD [ "node", "server/index.mjs" ]