mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 04:10:20 +08:00
fix: remove wait-for-it (#436)
This commit is contained in:

committed by
GitHub

parent
630b84f534
commit
40aa9a4693
@ -32,5 +32,5 @@ COPY --from=BACK /go/src/casdoor/ ./
|
|||||||
COPY --from=BACK /usr/bin/wait-for-it ./
|
COPY --from=BACK /usr/bin/wait-for-it ./
|
||||||
RUN mkdir -p web/build && apk add --no-cache bash coreutils
|
RUN mkdir -p web/build && apk add --no-cache bash coreutils
|
||||||
COPY --from=FRONT /web/build /web/build
|
COPY --from=FRONT /web/build /web/build
|
||||||
CMD ./wait-for-it db:3306 -- ./server
|
CMD ./server
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
version: '3.1'
|
version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
restart: always
|
||||||
casdoor:
|
casdoor:
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
|
Reference in New Issue
Block a user