Skip to content

Commit

Permalink
smallfixes for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Jul 30, 2018
1 parent 0277ebe commit f008071
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _provisioning/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ RUN apk update && apk upgrade && \
apk add --no-cache git nodejs make g++ python

RUN git clone https://framagit.org/parlement-ouvert/tricoteuses-ui.git

WORKDIR tricoteuses-ui

RUN npm install --verbose
RUN npm install

EXPOSE 3000

EXPOSE 3000
CMD [npm,"start"]

0 comments on commit f008071

Please sign in to comment.