|
|
|
@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ |
|
|
|
|
|
|
|
# Copy entrypoint script and set executable permissions |
|
|
|
COPY entrypoint.sh /app/entrypoint.sh |
|
|
|
RUN chmod +x /app/entrypoint.sh |
|
|
|
RUN sed -i 's/\r$//' /app/entrypoint.sh && chmod +x /app/entrypoint.sh |
|
|
|
|
|
|
|
# Copy backend source code |
|
|
|
COPY backend /app/backend |
|
|
|
|