From f277af26bcd490932aef0d211c3e2fb89d6320e7 Mon Sep 17 00:00:00 2001 From: Mark Kremer Date: Sun, 1 Sep 2024 14:12:58 +0200 Subject: [PATCH] Build the dockerfile with Go embeddings --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1824dc0..dfc5785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ COPY ./ ./ RUN npm install RUN npm run build -RUN go build -o /bin/gopxl-docs . +RUN go build -tags embed -o /bin/gopxl-docs . ENTRYPOINT ["./entrypoint.sh"] \ No newline at end of file