From 30af992172442a1f9366b763fb8dabb431ff4a08 Mon Sep 17 00:00:00 2001 From: user-penguin Date: Tue, 21 May 2024 17:34:29 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b67048..de6b8c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.22.3-alpine3.19 COPY cake_crm /usr/local/bin/cake_crm -COPY resources /usr/local/bin/resources +COPY resources /go/resources RUN chmod +x /usr/local/bin/cake_crm CMD ["cake_crm"] \ No newline at end of file