From 6715b13f422a3768f3ea38bc029ede014ff25ac8 Mon Sep 17 00:00:00 2001
From: Niaz Faridani-Rad <faridani.rad@gmail.com>
Date: Sat, 29 May 2021 13:04:11 +0200
Subject: [PATCH] [FIX] Build frontend

---
 frontend/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/Dockerfile b/frontend/Dockerfile
index 4b23152..2c778c3 100644
--- a/frontend/Dockerfile
+++ b/frontend/Dockerfile
@@ -6,7 +6,7 @@ RUN mkdir -p /usr/src/app
 WORKDIR /usr/src/app
 RUN npm install -g serve
 ENV CLI_WIDTH 80
-COPY . /usr/src/app
+RUN git clone https://github.com/LibrePhotos/librephotos-frontend /usr/src/app
 RUN npm install
 RUN npm run build
 
-- 
GitLab