Skip to content

Commit ffdcc23

Browse files
committed
dos2unix startup.sh
1 parent 32e6e92 commit ffdcc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.all-in-one

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ COPY ./docker/all-in-one/nginx/nginx.conf /etc/nginx/nginx.conf
3737
COPY ./docker/all-in-one/supervisor/supervisord.conf /etc/supervisord.conf
3838

3939
COPY ./docker/all-in-one/scripts/startup.sh /startup.sh
40-
RUN chmod +x /startup.sh
40+
RUN dos2unix /startup.sh && chmod +x /startup.sh
4141

4242
EXPOSE 80
4343

0 commit comments

Comments
 (0)