use docker service healthy condition instead of external docker-compose-wait dependency

This commit is contained in:
liamcottle
2024-06-15 14:39:49 +12:00
parent 059de37111
commit 2329fd9ac8
4 changed files with 4 additions and 12 deletions

View File

@ -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