mirror of
https://github.com/reacherhq/check-if-email-exists.git
synced 2026-09-11 08:00:57 +00:00
8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/ash
|
|
|
|
# This is the Dockerfile's entrypoint script.
|
|
# https://docs.docker.com/config/containers/multi-service_container/
|
|
|
|
chromedriver &
|
|
./reacher_backend
|