Skip to content

Commit

Permalink
docs: fix dockerfile ENTRYPOINT reference description
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Feb 2, 2022
1 parent 0c3a1b7 commit f3af39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_data/werf_yaml.yml
Expand Up @@ -628,7 +628,7 @@ sections:
ru: "Описание сетевых портов, которые будут прослушиваться в запущенном контейнере"
detailsLink: "https://docs.docker.com/engine/reference/builder/#expose"
- name: ENTRYPOINT
value: "string"
value: "string | [ string, ... ]"
description:
en: "To configure a container that will run as an executable"
ru: "Команда по умолчанию, которая будет выполнена при запуске контейнера"
Expand Down

0 comments on commit f3af39e

Please sign in to comment.