From 4e7e3c710eefc701a432429b92889c6c8375d437 Mon Sep 17 00:00:00 2001 From: Mateus Melchiades Date: Wed, 6 Dec 2023 10:29:17 -0300 Subject: [PATCH] Remove fixed db path from containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 62c31fb..cd4168e 100644 --- a/Containerfile +++ b/Containerfile @@ -19,4 +19,4 @@ RUN rm -rf main.go go.mod go.sum go.work Makefile core/ types/ vendor/ EXPOSE 8080 -CMD ["/home/user/differ", "differ.db"] +CMD ["/home/user/differ"]