Skip to content

Commit

Permalink
fixes docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Jun 8, 2018
1 parent 0870d4b commit 87ee120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
backend:
build: .
command: sh -c "npm run dev"
image: nodefactory/solidity-node-docker-starter:${IMAGE_TAG:-latest}
container_name: "${BACKEND_CONTAINER_NAME:-backend}"
volumes:
- .:/usr/app
Expand Down

0 comments on commit 87ee120

Please sign in to comment.