Skip to content

Commit 23ee9ca

Browse files
Поправил синтаксис докерфайла
1 parent 75f3974 commit 23ee9ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /volume/input
88
RUN mkdir -p /volume/output
99
RUN apt update
1010
RUN apt -y install graphviz
11+
1112
VOLUME ["./volume"]
1213

13-
CMD ["chmod", "+x", "./entrypoint.sh"]
14-
ENTRYPOINT ["./entrypoint.sh"]
14+
ENTRYPOINT ./entrypoint.sh

0 commit comments

Comments
 (0)