mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Use array syntax for cmds instead of bash style
This commit is contained in:
parent
c4cd4ead44
commit
0c66363920
@ -59,4 +59,4 @@ ENV NVIDIA_VISIBLE_DEVICES="all"
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES="all"
|
||||
|
||||
EXPOSE 7666
|
||||
CMD ./transcoder
|
||||
CMD ["./transcoder"]
|
||||
|
@ -47,4 +47,4 @@ ENV NVIDIA_VISIBLE_DEVICES="all"
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES="all"
|
||||
|
||||
EXPOSE 7666
|
||||
CMD wgo run -race .
|
||||
CMD ["wgo", "run", "-race", "."]
|
||||
|
Loading…
x
Reference in New Issue
Block a user