# Dockerfile FROM meteor/meteor-base USER mt WORKDIR /home/mt RUN mkdir app WORKDIR /home/mnt/app CMD ["meteor"]