FROM hardcoreeng/base:v20250310
WORKDIR /usr/src/app
COPY bundle/bundle.js ./
EXPOSE 4007
CMD [ "node", "bundle.js" ]