diff --git a/env_create.sh b/env_create.sh index 327a462..58670f9 100755 --- a/env_create.sh +++ b/env_create.sh @@ -57,7 +57,7 @@ version: '3.8' services: webefnc: - build: ./docker/dockerfile/ + image: ghcr.io/kiloutyg/efnc:main restart: unless-stopped entrypoint: "./${APP_CONTEXT}-entrypoint.sh" environment: @@ -155,7 +155,7 @@ version: '3.8' services: web: - build: ./docker/dockerfile/ + image: ghcr.io/kiloutyg/efnc:main restart: unless-stopped entrypoint: "./${APP_CONTEXT}-entrypoint.sh" environment: @@ -195,7 +195,7 @@ version: '3.8' services: web: - build: ./docker/dockerfile/ + image: ghcr.io/kiloutyg/efnc:main restart: unless-stopped entrypoint: "./${APP_CONTEXT}-entrypoint.sh" environment: diff --git a/env_update.sh b/env_update.sh index 292c8d1..e06dbfc 100755 --- a/env_update.sh +++ b/env_update.sh @@ -68,7 +68,7 @@ version: '3.8' services: web: - build: ./docker/dockerfile/ + image: ghcr.io/kiloutyg/efnc:main restart: unless-stopped entrypoint: "./${APP_CONTEXT}-entrypoint.sh" environment: @@ -108,7 +108,7 @@ version: '3.8' services: web: - build: ./docker/dockerfile/ + image: ghcr.io/kiloutyg/efnc:main restart: unless-stopped entrypoint: "./${APP_CONTEXT}-entrypoint.sh" environment: