build.sh
script located in an .artifakt/
folder in the root folder of your project (note the .
in front of artifakt).entrypoint.sh
file in the .artifakt/
folder to override some configuration. If it exists, the entrypoint.sh
script will be executed just before the default process. It is ideal to make last minute checks, db migrations, quick cache reset, etc.entrypoint.sh
. Please consider using build.sh
as much as possible.build.sh
and entrypoint.sh
), you become responsible for the runtime, in accordance with our Shared Responsibility Model.