Yuliang commited on
Commit
9c742da
·
verified ·
1 Parent(s): 7bcd9c9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]