Correct start.sh path

This commit is contained in:
Ethan O'Brien 2024-07-05 10:51:57 -05:00 committed by GitHub
parent 98f5e5532c
commit f28f18f04d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ FROM docker.io/library/debian:bookworm-slim
RUN mkdir -p /root/ew/
COPY --from=builder /ew/target/release/ew /root/ew/ew
COPY ./start.sh /root/ew/start.sh
COPY ./docker/start.sh /root/ew/start.sh
RUN chmod +x /root/ew/start.sh