Skip to content
Snippets Groups Projects
Commit b28ac8b3 authored by Matteo Parrucci's avatar Matteo Parrucci
Browse files

fixed frontend build

parent e0d88f4d
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ RUN apt-get update && apt-get install -y curl git xsel
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN npm install -g npm serve
RUN npm install -g serve
ENV CLI_WIDTH 80
RUN git clone https://github.com/parruc/librephotos-frontend.git /usr/src/app
RUN npm ci
RUN npm install
RUN npm build
EXPOSE 3000
......
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