Skip to content

Commit

Permalink
fix: dockerfile startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj319 committed Dec 24, 2023
1 parent 88db063 commit 71d838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN go mod download

COPY . .

ENTRYPOINT ["go", "run", "."]
CMD ["go", "run", "."]

0 comments on commit 71d838b

Please sign in to comment.