FROM node:12-alpine WORKDIR /home/dbgate-docker COPY . . WORKDIR /home/dbgate-docker EXPOSE 3000 CMD node bundle.js