1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00

react-express-mysql: get version from mysql

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
Jérémie Drouet 2020-03-24 10:48:45 +01:00
parent 75aa52524c
commit 59724f87a1
8 changed files with 545 additions and 183 deletions

View file

@ -15,7 +15,7 @@ EXPOSE $PORT 9229 9230
COPY package.json /code/package.json
COPY package-lock.json /code/package-lock.json
RUN npm ci && npm cache clean --force
RUN npm ci
# check every 30s to ensure this service returns HTTP 200
HEALTHCHECK --interval=30s \