Skip to content

Commit

Permalink
fix(devbox): stupid quoute missing
Browse files Browse the repository at this point in the history
  • Loading branch information
arunmathaisk committed Nov 14, 2024
1 parent 25bd129 commit ef1986f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/devbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def create_devbox_home_volume(self):
@step("Run Devbox")
def run_devbox(self):
command = (
f"docker run --security-opt='no-new-privileges=false -d --rm --name {self.devbox_name} "
f"docker run --security-opt='no-new-privileges=false' -d --rm --name {self.devbox_name} "
f"-p {self.websockify_port}:6969 "
f"-p {self.codeserver_port}:8443 "
f"-p {self.vnc_port}:5901 "
Expand Down

0 comments on commit ef1986f

Please sign in to comment.