4PEb6b commited on
Commit
24e5dbb
·
verified ·
1 Parent(s): 6dcf6c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add
24
  # && apt-get update -qqy \
25
  # && apt-get -qqy --no-install-recommends install microsoft-edge-stable
26
 
27
- RUN chmod +x /helper
28
 
29
  ENV ARG "--port 7860"
30
  CMD ["./helper ${ARG}"]
 
24
  # && apt-get update -qqy \
25
  # && apt-get -qqy --no-install-recommends install microsoft-edge-stable
26
 
27
+ RUN chmod +x helper
28
 
29
  ENV ARG "--port 7860"
30
  CMD ["./helper ${ARG}"]