Skip to content

Commit f60af46

Browse files
authored
Merge pull request lopezator#2 from ofostier/master
Add context in build section to prevent error from docker-compose version type
2 parents fbc57f5 + 3ff0333 commit f60af46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ version: "3"
22

33
services:
44
hello-docker-react:
5-
build: Dockerfile
5+
build:
6+
context: .
7+
dockerfile: Dockerfile
68
container_name: hello-docker-react
79
entrypoint: sh entrypoint.sh
810
working_dir: /home/node

0 commit comments

Comments
 (0)