Skip to content

Commit 0bbf298

Browse files
authored
refactor: clean up (unneeded) files (#338)
1 parent 75e7baa commit 0bbf298

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ WORKDIR /app
66
COPY go.mod go.sum ./
77
RUN go mod download
88

9-
COPY internal ./internal
10-
COPY api ./api
11-
COPY main.go Makefile ./
9+
COPY . .
1210

1311
ARG VERSION=0.0.0
1412
RUN CGO_ENABLED=0 make build VERSION=${VERSION}

docker-compose.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)