FROM node:14-alpine
WORKDIR /home/dbgate-docker
COPY . .
EXPOSE 3000
VOLUME /root/dbgate-data
CMD node bundle.js