Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Use safe-global branding.
Browse files Browse the repository at this point in the history
  • Loading branch information
develCuy committed May 19, 2023
1 parent 9e0169c commit 9ef0b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-build-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Developer friendly (faster build)

DOCKERHUB_ORG=syscoin
DOCKERHUB_ORG=safe-global
DOCKERHUB_PROJECT=safe-client-gateway

docker build -t $DOCKERHUB_ORG/$DOCKERHUB_PROJECT:dev -f Dockerfile.dev .
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
image: syscoin/safe-client-gateway:dev
image: safe-global/safe-client-gateway:dev
env_file:
- .env.dev
entrypoint: ["/bin/bash"]
restart: "no"

web-dev:
image: syscoin/safe-client-gateway:dev
image: safe-global/safe-client-gateway:dev
env_file:
- .env.dev
depends_on:
Expand Down

0 comments on commit 9ef0b54

Please sign in to comment.