Update Dockerfile

... to run build step before starting
v1.18.x
Julian Lam 5 years ago committed by GitHub
parent c71e4de8a8
commit d38f7e7973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save