FROM hardcoreeng/base:v20250113a
WORKDIR /usr/src/app

COPY bundle/bundle.js ./

EXPOSE 8089 
CMD [ "node", "bundle.js" ]
