unify ENTRYPOINTS in dockerfiles (no /bin/sh)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
91663aa541
commit
28956fb240
4 changed files with 5 additions and 5 deletions
|
@ -10,4 +10,4 @@ RUN apk add --no-cache \
|
|||
ca-certificates
|
||||
COPY --from=builder /catalogservice /catalogservice
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT /catalogservice
|
||||
ENTRYPOINT ["/catalogservice"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue