From 0a5a2e4c0b469d2695efe0b0846a536226ef61d2 Mon Sep 17 00:00:00 2001 From: haraldnilsen Date: Fri, 12 Jan 2024 21:43:04 +0100 Subject: [PATCH] :construction: working on deploy --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 729aa2e..59659e0 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.19 # Set destination for COPY -WORKDIR /app +WORKDIR /cmd # Download Go modules COPY go.mod go.sum ./