feat: update setup ci/cd

This commit is contained in:
hanif salafi 2024-03-06 21:07:04 +07:00
parent c5563655a9
commit 54c6e6eeb8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ COPY go.sum ./
RUN go mod download
# Menyalin seluruh file ke dalam image
COPY build .
COPY . .
# Mengcompile aplikasi Go
RUN go build -o main .