mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Correct start.sh path
This commit is contained in:
parent
98f5e5532c
commit
f28f18f04d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue