Skip to content

Commit 1e2b067

Browse files
committed
Merge branch 'add-ancillary-services' of https://github.com/hdpriest-ui/icrn_manager into add-ancillary-services
2 parents c6d254e + 0b2168d commit 1e2b067

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

web/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ COPY start.sh /app/start.sh
2020
# Copy static files
2121
COPY static/ /app/static/
2222

23-
# Create data directory
23+
# Create data directory and fix line endings
2424
RUN mkdir -p /app/data && \
25+
sed -i 's/\r$//' /app/start.sh && \
2526
chmod +x /app/start.sh
2627

2728
# Expose port 80 (nginx)
2829
EXPOSE 80
2930

3031
# Use the startup script
31-
CMD ["/app/start.sh"]
32+
CMD ["/bin/bash", "/app/start.sh"]
3233

0 commit comments

Comments
 (0)