Entry Point
Shell script example
#!/bin/sh
npm start# install entry point executable
COPY ./entrypoint.sh /opt/orbs/serviceLast updated
#!/bin/sh
npm start# install entry point executable
COPY ./entrypoint.sh /opt/orbs/serviceLast updated