FROM hardcoreeng/base
WORKDIR /usr/src/app

COPY bundle/bundle.js ./

CMD [ "bash" ]