FROM hardcoreeng/print-base:v20250113a WORKDIR /usr/src/app COPY bundle/bundle.js ./ EXPOSE 4009 CMD [ "dumb-init", "node", "bundle.js" ]