Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 1a40fd7

Browse files
committed
Export PHP_VERSION for docker build
1 parent 3073f30 commit 1a40fd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ function install() {
5858

5959
source ../.env.staging
6060

61+
export PHP_VERSION
62+
6163
docker build --no-cache -t inteliotportal-build --build-arg HOSTNAME=$DOMAIN --build-arg PHP_VERSION \
6264
-f $DOCKER_DIR/build/Dockerfile $PORTAL_DIR
6365

0 commit comments

Comments
 (0)