Skip to content

Commit

Permalink
expose port 2048 so API can be fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Jul 31, 2018
1 parent f008071 commit 13c84a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _provisioning/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ RUN git clone https://framagit.org/parlement-ouvert/tricoteuses-api

WORKDIR tricoteuses-api

RUN npm install --verbose
RUN npm install --verbose

# using api port specified in ui config
EXPOSE 2048

CMD ["npm","start"]

0 comments on commit 13c84a3

Please sign in to comment.