more dockerifle
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
This commit is contained in:
parent
b299e19571
commit
777c9052ed
@ -1,9 +1,8 @@
|
||||
FROM golang:1.21-alpine AS builder
|
||||
|
||||
FROM golang:1.23
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY . .
|
||||
COPY *.go ./
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o job-scraper
|
||||
|
||||
FROM alpine:3.18
|
||||
|
Loading…
Reference in New Issue
Block a user