Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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}"]
|