Skip to content

Commit

Permalink
Merge pull request #374 from hearchco/aleksasiriski-patch-1
Browse files Browse the repository at this point in the history
fix(Dockerfile): stateless container
  • Loading branch information
aleksasiriski authored Aug 23, 2024
2 parents ec46c88 + 1070b70 commit 90d2c25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
FROM cgr.dev/chainguard/static:latest

ENV HEARCHCO_DATA_DIR="/data"
ENV HEARCHCO_LOG_DIR="/data/log"

COPY hearchco .

CMD [ "./hearchco" ]

VOLUME [ "/data" ]

EXPOSE 3030

LABEL org.opencontainers.image.source="https://github.com/hearchco/agent"

0 comments on commit 90d2c25

Please sign in to comment.