fix(run): remove reference to .env at start
This commit is contained in:
parent
9e1e6e684c
commit
b5047c52cd
1 changed files with 1 additions and 3 deletions
4
run
4
run
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
. .env
|
DOCKER_WEB_IMAGE_NAME="ghcr.io/opdavies/${COMPOSE_PROJECT_NAME:-oliverdavies.uk}-web"
|
||||||
|
|
||||||
DOCKER_WEB_IMAGE_NAME="ghcr.io/opdavies/${COMPOSE_PROJECT_NAME}-web"
|
|
||||||
|
|
||||||
TTY=""
|
TTY=""
|
||||||
if [[ ! -t 1 ]]; then
|
if [[ ! -t 1 ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue