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:
parent
75aa52524c
commit
59724f87a1
8 changed files with 545 additions and 183 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue