mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-25 16:01:03 +00:00
Use array syntax for cmds instead of bash style
This commit is contained in:
@@ -47,4 +47,4 @@ ENV NVIDIA_VISIBLE_DEVICES="all"
|
||||
ENV NVIDIA_DRIVER_CAPABILITIES="all"
|
||||
|
||||
EXPOSE 7666
|
||||
CMD wgo run -race .
|
||||
CMD ["wgo", "run", "-race", "."]
|
||||
|
||||
Reference in New Issue
Block a user