From ecd45dba9aee83b12def3f06492bb2c12575d437 Mon Sep 17 00:00:00 2001
From: Daniel Einars <contact@dle.dev>
Date: Sun, 6 Mar 2022 20:18:48 +0100
Subject: [PATCH] add additional frontend run command to patch fomatnic-ui-css
 package

Signed-off-by: Daniel Einars <contact@dle.dev>
---
 frontend/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontend/Dockerfile b/frontend/Dockerfile
index b330427..3a797ed 100644
--- a/frontend/Dockerfile
+++ b/frontend/Dockerfile
@@ -7,6 +7,7 @@ WORKDIR /usr/src/app
 ENV CLI_WIDTH 80
 RUN git clone https://github.com/LibrePhotos/librephotos-frontend /usr/src/app
 RUN npm install --legacy-peer-deps
+RUN npm run postinstall
 RUN npm run build
 
 FROM halverneus/static-file-server
-- 
GitLab