Skip to content

Commit

Permalink
docker: use exec form for CMD directive (#4217)
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude authored Dec 8, 2022
1 parent e50a328 commit e335c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ COPY --from=graph-node-build /usr/local/bin/graph-node /usr/local/bin/graphman /
COPY --from=graph-node-build /etc/image-info /etc/image-info
COPY --from=envsubst /go/bin/envsubst /usr/local/bin/
COPY docker/Dockerfile /Dockerfile
CMD start
CMD ["start"]

0 comments on commit e335c62

Please sign in to comment.