Skip to content

Commit

Permalink
Merge pull request #167 from Mixaster995/main
Browse files Browse the repository at this point in the history
Change cmd to entrypoint
  • Loading branch information
denis-tingaikin authored Jun 7, 2021
2 parents 1602a4a + 26065b6 commit 332338d
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 @@ -23,4 +23,4 @@ CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./...

FROM alpine as runtime
COPY --from=build /bin/app /bin/app
CMD /bin/app
ENTRYPOINT ["/bin/app"]

0 comments on commit 332338d

Please sign in to comment.