Correct start.sh path
This commit is contained in:
parent
98f5e5532c
commit
f28f18f04d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user