/var/www/boot_start.sh
or /var/www/boot_end.sh
before starting your image. If either of these files exist, they will be executed in the beginning or at the end of the dockware entrypoint script.docker logs
command.docker-compose.yml
to use build instead of an image and point to a local directory that we will create next.custom
in the same directory and place a file Dockerfile
in it.
This is a plain Dockerfile and can do everything usual Dockerfiles can do.