From 98bd591871e26e7acee900d24e5e02905e8729dd Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 6 Oct 2024 17:34:20 +0300 Subject: [PATCH] api dockerfile directory name fix --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 2477a1b..5f83de7 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -7,7 +7,7 @@ COPY *.mod ./ COPY *.sum ./ COPY Makefile ./ COPY routes ./routes -COPY global ./config +COPY config ./config COPY database ./database COPY util ./util