Skip to content

Commit f5b3d2a

Browse files
author
Bogdan Abaev
committed
adding env var
1 parent da52954 commit f5b3d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313
commands:
1414
- echo Build started on `date`
1515
- cd server
16-
- docker build --build-arg DB_URL='54.237.77.73:27017'-t timetracker .
16+
- docker build --build-arg DB_URL=54.237.77.73:27017 -t timetracker .
1717
post_build:
1818
commands:
1919
- echo Build completedd on `date`

0 commit comments

Comments
 (0)