use docker service healthy condition instead of external docker-compose-wait dependency
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user