FROM hardcoreeng/base:v20250113a WORKDIR /usr/src/app COPY bundle/bundle.js ./ COPY assets/avatar.png ./ EXPOSE 4010 CMD [ "node", "bundle.js" ]