Skip to content

Commit

Permalink
added container documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dakbhavesh authored and Bhavesh Shah committed Dec 7, 2023
1 parent e1413be commit e312bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.8-alpine

LABEL org.opencontainers.image.source=https://github.com/RalphTro/epcis-event-hash-generator
LABEL org.opencontainers.image.description="This container hosts web services for generating event hash. Basically supports `GET /health` and `POST /hash` http endpoints."

RUN apk --no-cache --update add bash inotify-tools curl

WORKDIR /usr/src/app
Expand Down

0 comments on commit e312bd5

Please sign in to comment.