@ -14,8 +14,8 @@ VOLUME [ "/var/www/exported" ]
WORKDIR ${BUILD_PATH}
COPY . ${BUILD_PATH}
RUN npm install
RUN npm run build
RUN yarn install
RUN yarn build
# Start up node server
CMD ["npm", "start"]
CMD ["yarn", "start"]