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"]