Skip to content

Commit 64f2a21

Browse files
update nodejs backend docker context
1 parent 8514c2a commit 64f2a21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demos/nodejs/ps-nodejs-demo.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ services:
1515
# A backend which provides basic authentication and CRUD access to the Postgress DB from the client
1616
demo-backend:
1717
build:
18-
# TODO update branch after merging
19-
context: https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo.git#configurable-mongo-postgres
18+
context: https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo.git
2019
environment:
2120
DATABASE_TYPE: ${DEMO_BACKEND_DATABASE_TYPE}
2221
DATABASE_URI: ${DEMO_BACKEND_DATABASE_URI}

0 commit comments

Comments
 (0)