mirror of
https://github.com/reacherhq/check-if-email-exists.git
synced 2026-09-10 16:01:10 +00:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/ash
|
|
|
|
# https://docs.docker.com/config/containers/multi-service_container/
|
|
chromedriver &
|
|
./reacher_backend
|