mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 17:12:22 +00:00
minor fixes
This commit is contained in:
@@ -33,7 +33,7 @@ RUN /bin/busybox mkdir -p /databunker/data && \
|
||||
addgroup -S appgroup && adduser --no-create-home -S appuser -G appgroup && \
|
||||
chown appuser:appgroup /databunker/data
|
||||
USER appuser
|
||||
COPY --from=builder /go/bin/databunker $GOPATH/src/securitybunker/databunker/{run.sh,health-check.sh} /databunker/bin/
|
||||
COPY --from=builder /go/bin/databunker /go/src/securitybunker/databunker/run.sh /go/src/securitybunker/databunker/health-check.sh /databunker/bin/
|
||||
EXPOSE 3000
|
||||
HEALTHCHECK --interval=5s --timeout=3s --start-period=33s --retries=3 CMD /databunker/bin/health-check.sh
|
||||
ENTRYPOINT ["/bin/sh", "/databunker/bin/run.sh"]
|
||||
|
||||
Reference in New Issue
Block a user