fix: add entrypoint.sh
This commit is contained in:
@@ -12,4 +12,7 @@ ENV GONOSUMDB=gitlab.connectone.pro/*
|
||||
WORKDIR /opt/app
|
||||
RUN apk add --no-cache tzdata ca-certificates git openssh
|
||||
COPY --from=build /build/gomodproxy ./
|
||||
ADD entrypoint.sh .
|
||||
RUN chmod a+x *.sh
|
||||
ENTRYPOINT ["/opt/app/entrypoint.sh"]
|
||||
CMD ["/opt/app/gomodproxy", "--addr", ":8080"]
|
||||
Reference in New Issue
Block a user