4 lines
101 B
Bash
4 lines
101 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Your initialization script commands here
|
||
|
|
cd ./services/backend && cp .env.example .env
|