FROM node WORKDIR /usr/src/app COPY bundle.js ./ ENV TRANSACTOR_URL ws://transactor/ EXPOSE 8080 CMD [ "bash" ]