From d6300fb951da054c688d4d5ddaf91f885e29a460 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Mar 2020 19:12:29 +0100 Subject: [PATCH] Fix the path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2a5374..014e4d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update && \ libtool \ m4 -RUN git clone https://github.com/beakerbrowser/homebase . && \ +RUN git clone https://github.com/beakerbrowser/homebase /usr/src/app && \ git checkout 474976ff9e839e06c37a83625fe0832fc26fefa1 RUN npm install --only=production