Skip to content

Commit

Permalink
added metrics to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathbm committed Dec 17, 2024
1 parent 394f4a2 commit 6d8cc03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY ./api ./api/
COPY ./db ./db/
COPY ./models ./models/
COPY ./utils ./utils/
COPY ./metrics ./metrics/
COPY main.go ./main.go

RUN go build -o ./dist/hms-patient-mgmt.sh
Expand Down

0 comments on commit 6d8cc03

Please sign in to comment.