FROM node:11.7.0-alpine # Back docker image COPY . /usr/src/app WORKDIR /usr/src/app EXPOSE ${PORT} RUN yarn install CMD yarn run api:start