Skip to content

Commit

Permalink
Update docker hub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan.silva committed Apr 18, 2019
1 parent dea7be9 commit dc059cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -73,7 +73,7 @@ clean:
-rm -rf node_modules

docker_build:
docker build -t globobackstage/functions .
docker build -t globocom/functions .

docker_push:
docker push globobackstage/functions
docker push globocom/functions
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
web:
container_name: functions_app
image: globobackstage/functions
image: globocom/functions
ports:
- "8100:8100"
networks:
Expand Down

0 comments on commit dc059cf

Please sign in to comment.