fix: remove wait-for-it (#436)

This commit is contained in:
Товарищ программист
2022-01-22 15:50:48 +08:00
committed by GitHub
parent 630b84f534
commit 40aa9a4693
2 changed files with 2 additions and 1 deletions

View File

@ -32,5 +32,5 @@ COPY --from=BACK /go/src/casdoor/ ./
COPY --from=BACK /usr/bin/wait-for-it ./
RUN mkdir -p web/build && apk add --no-cache bash coreutils
COPY --from=FRONT /web/build /web/build
CMD ./wait-for-it db:3306 -- ./server
CMD ./server

View File

@ -1,5 +1,6 @@
version: '3.1'
services:
restart: always
casdoor:
build:
context: ./