Skip to content

Commit e7695eb

Browse files
author
xyzjesper
committed
Fix DisBotDockerfileWithEntry
1 parent cb4a6ea commit e7695eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/DisBotDockerfileWithEntry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ USER container
3030
ENV USER=container HOME=/home/container
3131
WORKDIR /home/container
3232

33-
COPY entrypoint.sh /entrypoint.sh
33+
COPY ./entrypoint.sh /entrypoint.sh
3434
CMD [ "/bin/bash", "/entrypoint.sh" ]

0 commit comments

Comments
 (0)