This commit is contained in:
@@ -33,7 +33,7 @@ RUN tar -c /go | bzip2 > /go.tbz2
|
||||
FROM scratch AS final
|
||||
COPY --from=builder /user/group /user/passwd /etc/
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=builder /go/src/git.eeqj.de/sneak/historyposter/historyposter /app/historyposter
|
||||
COPY --from=builder /go/src/git.eeqj.de/sneak/historyposter/historyposterd /app/historyposterd
|
||||
COPY --from=builder /go.tbz2 /go.tbz2
|
||||
|
||||
WORKDIR /app
|
||||
@@ -45,4 +45,4 @@ EXPOSE 8080
|
||||
|
||||
USER nobody:nobody
|
||||
|
||||
ENTRYPOINT ["./historyposter"]
|
||||
ENTRYPOINT ["./historyposterd"]
|
||||
|
||||
Reference in New Issue
Block a user