Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit feaa01d

Browse files
committedFeb 22, 2025··
Remove wait-for from chown in Dockerfile
1 parent d429a6b commit feaa01d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ COPY /requirements.txt /rodhaj/requirements.txt
1616

1717
RUN adduser --disabled-password --gecos "" rodhaj \
1818
&& chown -R rodhaj:rodhaj /rodhaj \
19-
&& chmod +x /rodhaj/start.sh \
20-
&& chmod +x /rodhaj/wait-for
19+
&& chmod +x /rodhaj/start.sh
2120

2221
USER rodhaj
2322

0 commit comments

Comments
 (0)
Please sign in to comment.