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