Update Dockerfile

... to run build step before starting
This commit is contained in:
Julian Lam
2020-02-25 09:40:47 -05:00
committed by GitHub
parent c71e4de8a8
commit d38f7e7973

View File

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