rename daemon file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-22 01:27:47 -07:00
parent 2c5f901b08
commit ceb6d16dcf
3 changed files with 9 additions and 9 deletions

View File

@@ -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"]