Skip to content

Commit feaa01d

Browse files
committed
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

+1-2
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)