mirror of
https://github.com/NotAShelf/catApi.git
synced 2024-11-22 15:40:42 +00:00
initial docker script (WIP)
This commit is contained in:
parent
53c8203f82
commit
6d74a7f5e7
1 changed files with 7 additions and 0 deletions
7
docker.sh
Executable file
7
docker.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -f .env ]; then
|
||||||
|
# Load Environment Variables
|
||||||
|
export $(cat .env | grep -v '#' | awk '/=/ {print $1}')
|
||||||
|
echo $PORT && echo $CUSTOMURL
|
||||||
|
fi
|
Loading…
Reference in a new issue