FROM hardcoreeng/rekoni-base:v20250916
WORKDIR /usr/src/app

COPY bundle/bundle.js ./
EXPOSE 4004
CMD [ "node", "./bundle.js" ]
