diff --git a/Dockerfile b/Dockerfile index 9052a8c..f1bea63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ COPY --from=builder /app/notatio . COPY --from=builder /app/editor_templates ./editor_templates COPY --from=builder /app/templates ./templates COPY --from=builder /app/static ./static -COPY --from=builder /app/wait.sh . # Make the wait.sh script executable RUN chmod +x wait.sh