FROM quay.io/dollarshaveclub/cloudworker:latest

WORKDIR /worker

COPY example.js .

CMD ["/worker/example.js"]