From 8e45ae7e7e3caf5222092a5efd32060f0f76d6f5 Mon Sep 17 00:00:00 2001 From: Quang Le Date: Fri, 8 Nov 2024 14:30:30 +0700 Subject: [PATCH] ci: update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 15c3064..e01849b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ WORKDIR / COPY --from=sql-migrate /usr/local/bin/sql-migrate /usr/bin/ COPY --from=builder /go/bin/* /usr/bin/ +COPY docs /docs # COPY migrations /migrations # COPY dbconfig.yml /