Skip to content

Commit de02f5b

Browse files
committed
Merge branch 'release/3.1.8'
2 parents 3b11cc1 + 5c3432a commit de02f5b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,9 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /gobiru ./cmd/gobiru/main.go
1818
# Final stage
1919
FROM alpine:latest
2020

21-
WORKDIR /app
22-
2321
# Copiar o binário do estágio de build
2422
COPY --from=builder /gobiru /usr/local/bin/gobiru
2523

26-
# Criar diretório docs
27-
RUN mkdir -p /app/docs
28-
29-
# Copiar arquivos estáticos
30-
COPY static/docs/index.html /app/docs/index.html
31-
3224
# Expor a porta do servidor
3325
EXPOSE 8081
3426

0 commit comments

Comments
 (0)