Entry point
COPY ./entrypoint.sh /opt/orbs/serviceEntrypoint example
#!/bin/sh
npm start...
# install entry point executable
COPY ./entrypoint.sh /opt/orbs/service
...Last updated
COPY ./entrypoint.sh /opt/orbs/service#!/bin/sh
npm start...
# install entry point executable
COPY ./entrypoint.sh /opt/orbs/service
...Last updated