File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -70,5 +70,14 @@ ENV NODE_HTTPS_PORT=${EXPOSE_HTTPS_PORT}
7070# Ports exposed
7171EXPOSE ${EXPOSE_HTTPS_PORT}
7272
73+ COPY <<EOF /entrypoint.sh
74+ # !/usr/bin/env bash
75+ . ~/.nvm/nvm.sh
76+ cd /spid-saml-check/src/
77+ node server/spid-saml-check.js
78+ EOF
79+
80+ RUN chmod +x /entrypoint.sh
81+
82+ ENTRYPOINT ["/entrypoint.sh" ]
7383
74- ENTRYPOINT cd src && node server/spid-saml-check.js
Original file line number Diff line number Diff line change 5151 <th scope =" col" >Password</th >
5252 <th scope =" col" >Nome</th >
5353 <th scope =" col" >Cognome</th >
54+ <th scope =" col" >Codice fiscale</th >
5455 <th scope =" col" >Tipo d'identità</th >
5556 <th scope =" col" >Livello SPID</th >
5657 <th scope =" col" >Disattivata</th >
6364 <td >{{ this.password }} </td >
6465 <td >{{ this.name }} </td >
6566 <td >{{ this.familyName }} </td >
67+ <td >{{ this.fiscalNumber }} </td >
6668 <td >{{ this.purposeIDType }} </td >
6769 <td >SPID Livello {{ this.spidLevel }} </td >
6870 <td >{{ this.disabled }} </td >
You can’t perform that action at this time.
0 commit comments