fix: dockerhub address (#250)

Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
sh1luo
2021-08-12 08:09:16 +08:00
committed by Yang Luo
parent d103a2bd8c
commit 8c84ba53b4
4 changed files with 36 additions and 83 deletions

View File

@ -16,4 +16,4 @@ 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
ENTRYPOINT ["./wait-for-it", "db:3306 ", "--", "./server"]
CMD ./wait-for-it db:3306 -- ./server