fix: added .env file to docker build
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ COPY go.mod go.sum ./
|
||||
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
COPY "./internal" "./internal"
|
||||
COPY "./cmd" "./cmd"
|
||||
|
||||
RUN go build -o ./server github.com/robindittmar/dttmr-api/cmd/api-server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user