Skip to content

Commit 108f0ac

Browse files
authored
Merge pull request #164 from aws-samples/feature/report
update compose
2 parents fccb231 + eff10df commit 108f0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ services:
9797
front-end:
9898
container_name: react-front-end
9999
build:
100-
context: .
101-
dockerfile: ../report-front-end/Dockerfile
100+
context: ../report-front-end
101+
dockerfile: Dockerfile
102102
restart: always
103103
ports:
104104
- "80:80"

0 commit comments

Comments
 (0)