|
|
@@ -23,6 +23,6 @@ RUN npm install npm@5.3.0; \
|
|
|
|
|
|
RUN npm install;
|
|
|
|
|
|
-#CMD cd modules/ruler && jison -t rule.jison && babel --presets=es2015 model/**/*.js model/*.js -d lib && npm link && cd ../.. && npm link @opentalent/ruler \
|
|
|
-# && node
|
|
|
-CMD node
|
|
|
+COPY ./docker/node/entrypoint.sh /home/entrypoint.sh
|
|
|
+RUN chmod +x /home/entrypoint.sh
|
|
|
+ENTRYPOINT ["/home/entrypoint.sh"]
|