Skip to content
Snippets Groups Projects
Commit 6715b13f authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad
Browse files

[FIX] Build frontend

parent a68eab41
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ RUN mkdir -p /usr/src/app ...@@ -6,7 +6,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN npm install -g serve RUN npm install -g serve
ENV CLI_WIDTH 80 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 install
RUN npm run build RUN npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment