mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-23 05:01:06 +07:00
feat: shorten docker command arguments by leveraging CMD (#35)
This commit is contained in:
parent
e6f2e162e1
commit
c28aea0589
@ -15,4 +15,6 @@ RUN wget -O /usr/local/share/dae/geosite.dat https://github.com/v2ray/domain-lis
|
||||
COPY --from=builder /build/dae /usr/local/bin
|
||||
COPY --from=builder /build/install/empty.dae /etc/dae/config.dae
|
||||
RUN chmod 0600 /etc/dae/config.dae
|
||||
CMD ["dae", "run", "-c", "/etc/dae/config.dae"]
|
||||
|
||||
CMD ["dae"]
|
||||
ENTRYPOINT ["dae", "run", "-c", "/etc/dae/config.dae"]
|
||||
|
Loading…
Reference in New Issue
Block a user