goodbye docker script

This commit is contained in:
NotAShelf 2022-01-25 16:19:53 +03:00
parent 22f72afadc
commit 529e570a06
No known key found for this signature in database
GPG key ID: 2E4615E792DA9BAA

View file

@ -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