We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wait-for
1 parent d429a6b commit feaa01dCopy full SHA for feaa01d
docker/Dockerfile
@@ -16,8 +16,7 @@ COPY /requirements.txt /rodhaj/requirements.txt
16
17
RUN adduser --disabled-password --gecos "" rodhaj \
18
&& chown -R rodhaj:rodhaj /rodhaj \
19
- && chmod +x /rodhaj/start.sh \
20
- && chmod +x /rodhaj/wait-for
+ && chmod +x /rodhaj/start.sh
21
22
USER rodhaj
23
0 commit comments