Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -30,4 +30,5 @@ ENV CHROME_BIN=/usr/bin/google-chrome
|
|
30 |
COPY my_axe_test.py .
|
31 |
|
32 |
# Set the entry point (modify as needed)
|
33 |
-
CMD ["python", "my_axe_test.py"]
|
|
|
|
30 |
COPY my_axe_test.py .
|
31 |
|
32 |
# Set the entry point (modify as needed)
|
33 |
+
#CMD ["python", "my_axe_test.py"]
|
34 |
+
RUN sudo python /app/my_axe_test.py
|