... to run build step before starting
@ -19,5 +19,4 @@ ENV NODE_ENV=production \
EXPOSE 4567
CMD ./nodebb start
CMD node ./nodebb build ; node ./nodebb start