use docker service healthy condition instead of external docker-compose-wait dependency
This commit is contained in:
parent
059de37111
commit
2329fd9ac8
4 changed files with 4 additions and 12 deletions
|
|
@ -1,7 +1,5 @@
|
|||
FROM node:lts-alpine
|
||||
|
||||
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest /wait /wait
|
||||
|
||||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
RUN npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue