There was an error while loading. Please reload this page.
2 parents fbc57f5 + 3ff0333 commit f60af46Copy full SHA for f60af46
docker-compose.yml
@@ -2,7 +2,9 @@ version: "3"
2
3
services:
4
hello-docker-react:
5
- build: Dockerfile
+ build:
6
+ context: .
7
+ dockerfile: Dockerfile
8
container_name: hello-docker-react
9
entrypoint: sh entrypoint.sh
10
working_dir: /home/node
0 commit comments