Skip to content

Commit 490c4bd

Browse files
committed
Use image from ECR instead of building
This is intended for deployment to production
1 parent fc43c56 commit 490c4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
services:
22
api:
3-
build: .
3+
image: ${account_id}.dkr.ecr.us-west-1.amazonaws.com/go-capture:${image_hash}
44
ports:
55
- 8000:8000

0 commit comments

Comments
 (0)