From 4ff40d4d6ae542b3da5121e1252fbe2e64683cb3 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 3 Jun 2022 20:51:28 +0800 Subject: [PATCH] attempt to fix plugin unable to start issue --- backend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/Dockerfile b/backend/Dockerfile index 6cddfb80..d273c609 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -13,3 +13,4 @@ FROM alpine:3.14 # copy files COPY --from=build /go/bin/crawlab /go/bin/crawlab +