Remove wait.sh
This commit is contained in:
parent
418201dbc8
commit
4484051063
1 changed files with 0 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue