change base image
This commit is contained in:
parent
63e4038a28
commit
cc84ecf743
1 changed files with 2 additions and 9 deletions
11
Dockerfile
11
Dockerfile
|
|
@ -1,10 +1,3 @@
|
||||||
# FROM golang:alpine AS builder
|
FROM ronmi/mingo
|
||||||
# ADD . /src
|
|
||||||
# WORKDIR /src
|
|
||||||
# RUN go build -o /forgejo-pages
|
|
||||||
|
|
||||||
FROM alpine
|
|
||||||
RUN apk add --no-cache ca-certificates
|
|
||||||
# COPY --from=builder /forgejo-pages /usr/bin/forgejo-pages
|
|
||||||
ADD forgejo-pages /usr/bin/forgejo-pages
|
ADD forgejo-pages /usr/bin/forgejo-pages
|
||||||
ENTRYPOINT ["forgejo-pages"]
|
ENTRYPOINT ["/usr/bin/forgejo-pages"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue