Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -81,4 +81,5 @@ COPY --chown=user . $HOME/app
|
|
81 |
# Set the working directory to the user's home directory
|
82 |
WORKDIR $HOME/app
|
83 |
|
|
|
84 |
CMD ["python", "app.py"]
|
|
|
81 |
# Set the working directory to the user's home directory
|
82 |
WORKDIR $HOME/app
|
83 |
|
84 |
+
ENV DISPLAY :0
|
85 |
CMD ["python", "app.py"]
|