Skip to content

Commit

Permalink
Dockerfile - Reduced image file #178
Browse files Browse the repository at this point in the history
Dockerfile - Reduced image file
  • Loading branch information
damikael authored Oct 25, 2021
2 parents f9fd9df + 52aeb49 commit 1dee6d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ ENV NODE_HTTPS_PORT=${EXPOSE_HTTPS_PORT}
RUN cd /spid-saml-check/spid-validator && \
cd client && npm install --silent && cd .. && \
cd server && npm install --silent && cd .. && \
npm run build
npm run build && \
npm cache clean --force

# Ports exposed
EXPOSE ${EXPOSE_HTTPS_PORT}
Expand Down

0 comments on commit 1dee6d6

Please sign in to comment.