размещения ручки
This commit is contained in:
@@ -9,7 +9,7 @@ RUN go mod download
|
||||
|
||||
# Build layer
|
||||
COPY tg_parser /app/tg_parser
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o /parser .
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /parser .
|
||||
|
||||
FROM alpine:latest AS run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user