Skip to content

Commit

Permalink
add volume directive
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Sep 16, 2024
1 parent d6e0b1c commit 954d3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN /bin/busybox mkdir -p /databunker/data && \
/bin/busybox chmod 0777 /tmp && \
addgroup -S appgroup && adduser --no-create-home -S appuser -G appgroup && \
chown appuser:appgroup /databunker/data
VOLUME ["/databunker/data"]
USER appuser
COPY --from=builder /go/src/securitybunker/databunker/databunker /go/src/securitybunker/databunker/run.sh /go/src/securitybunker/databunker/health-check.sh /databunker/bin/
EXPOSE 3000
Expand Down

0 comments on commit 954d3d1

Please sign in to comment.