There was an error while loading. Please reload this page.
1 parent fbc57f5 commit d9ac441Copy full SHA for d9ac441
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