mirror of
https://github.com/NotAShelf/catApi.git
synced 2024-11-22 15:40:42 +00:00
goodbye docker script
This commit is contained in:
parent
22f72afadc
commit
529e570a06
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
#!/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