Skip to content

Commit

Permalink
added utils in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathbm committed Nov 24, 2024
1 parent 3163bcf commit b6e8368
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 @@ -7,6 +7,7 @@ RUN go mod download
COPY ./api ./api/
COPY ./db ./db/
COPY ./models ./models/
COPY ./utils ./utils/
COPY main.go ./main.go

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

0 comments on commit b6e8368

Please sign in to comment.