This commit is contained in:
parent
fa7fb69f02
commit
f3290ff6df
2 changed files with 31 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM alpine:3.14.1 as alpine
|
||||
RUN apk add -U --no-cache ca-certificates
|
||||
FROM alpine:3.14.1
|
||||
EXPOSE 3000
|
||||
LABEL maintainer="dockerhub@enderware.de"
|
||||
ENV GODEBUG netdns=go
|
||||
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
ADD gitea-attachements-proxy /bin/
|
||||
ENTRYPOINT ["/bin/gitea-attachements-proxy"]
|
Loading…
Add table
Add a link
Reference in a new issue