Skip to content

Commit 49d95f1

Browse files
committed
Dockerfile: fix entrypoint warnings
Entrypoint is a JSON array now; also it's entirely uppercase to address docker build warnings. Signed-off-by: Thilo Fromm <[email protected]>
1 parent b6e4416 commit 49d95f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ RUN addgroup -g 2001 mailuser \
6363
COPY scripts/ /
6464
RUN chmod 755 /*.sh
6565

66-
entrypoint /entry.sh
66+
ENTRYPOINT [ "/entry.sh" ]

0 commit comments

Comments
 (0)