mirror of
https://github.com/reacherhq/check-if-email-exists.git
synced 2026-09-11 00:01:00 +00:00
* Put worker into backend * Rename to http * Add try join * Change LOG_TARGET * Revemo stray logs * fmt * fmt * Fix clippy * clippy
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
|