Remove wait.sh

This commit is contained in:
James Musselman 2023-11-21 15:02:59 -06:00
parent 418201dbc8
commit 4484051063

View file

@ -24,8 +24,6 @@ COPY --from=builder /app/editor_templates ./editor_templates
COPY --from=builder /app/templates ./templates
COPY --from=builder /app/static ./static
# Make the wait.sh script executable
RUN chmod +x wait.sh
# Wait for 10 seconds before starting the application
ENTRYPOINT ["sh", "-c", "sleep 10 && cd && ./notatio"]