Skip to content

Commit

Permalink
Make sure the entrypoint script has the correct line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
busaud authored and mogery committed Oct 9, 2024
1 parent ae464ad commit 237442f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ COPY --from=go-base /app/src/lib/go-html-to-md/html-to-markdown.so /app/dist/src
EXPOSE 8080
ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium"

# Make sure the entrypoint script has the correct line endings
RUN sed -i 's/\r$//' /app/docker-entrypoint.sh

ENTRYPOINT "/app/docker-entrypoint.sh"

0 comments on commit 237442f

Please sign in to comment.