From d91ca7b5baba7360fe85ad1cf5a5e5be7c6d013b Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Fri, 4 Sep 2020 15:41:44 +0200 Subject: [PATCH] Attempt to start build from the postgres Node container. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cdb3ee9..424c115 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: back-end steps: - name: install dependencies - image: node + image: sandervocke/postgres_node:12 commands: - npm install - cd server && npm install; cd ..