We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e6e92 commit ffdcc23Copy full SHA for ffdcc23
Dockerfile.all-in-one
@@ -37,7 +37,7 @@ COPY ./docker/all-in-one/nginx/nginx.conf /etc/nginx/nginx.conf
37
COPY ./docker/all-in-one/supervisor/supervisord.conf /etc/supervisord.conf
38
39
COPY ./docker/all-in-one/scripts/startup.sh /startup.sh
40
-RUN chmod +x /startup.sh
+RUN dos2unix /startup.sh && chmod +x /startup.sh
41
42
EXPOSE 80
43
0 commit comments