Skip to content

Commit

Permalink
add prepare instruction && add temp bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Jul 31, 2018
1 parent 45eb669 commit 69150e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _provisioning/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ LABEL NAME=tricoteuses-ui
LABEL VERSION=1

RUN apk update && apk upgrade && \
apk add --no-cache git nodejs make g++ python
apk add --no-cache git nodejs make g++ python bash

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

WORKDIR tricoteuses-ui

RUN npm install
RUN npm run prepare

EXPOSE 3000

CMD [npm,"start"]
CMD ["npm","start --verbose"]

0 comments on commit 69150e6

Please sign in to comment.