Merge pull request #104 from eitchtee/dev

fix: wrong filename
This commit is contained in:
Herculino Trotta
2025-01-29 00:15:32 -03:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ RUN sed -i 's/\r$//g' /start && \
sed -i 's/\r$//g' /start-procrastinate && \
chmod +x /start-procrastinate && \
sed -i 's/\r$//g' /start-single && \
chmod +x /start-supervisor
chmod +x /start-single
COPY --chown=app:app ./app .