From 448405106368275883c0b22a7c5dc5fb2574110c Mon Sep 17 00:00:00 2001 From: musselman Date: Tue, 21 Nov 2023 15:02:59 -0600 Subject: [PATCH] Remove wait.sh --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1bea63..aef3909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]