Skip to content

Commit

Permalink
Merge pull request #193 from jason-fox/patch-8
Browse files Browse the repository at this point in the history
Fix healthcheck
  • Loading branch information
apozohue10 authored Mar 25, 2021
2 parents 6730e06 + 610c7c7 commit f222b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=10
ARG NODE_VERSION=12
ARG GITHUB_ACCOUNT=ging
ARG GITHUB_REPOSITORY=fiware-idm
ARG DOWNLOAD=latest
Expand Down Expand Up @@ -275,7 +275,7 @@ ENV NODE_ENV=production
EXPOSE ${IDM_PORT:-3000}
CMD ["npm", "start"]
HEALTHCHECK --interval=30s --timeout=3s --start-period=60s \
CMD ["npm", "healthcheck"]
CMD ["npm", "run", "healthcheck"]

#
# ALL ENVIRONMENT VARIABLES
Expand Down

0 comments on commit f222b49

Please sign in to comment.