kubedocker commited on
Commit
c924166
1 Parent(s): a138dd9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -155,6 +155,8 @@ ENV HOME=/home/nginx \
155
  # Set the working directory to the user's home directory
156
  WORKDIR $HOME/app
157
 
 
 
158
  COPY --chown=nginx ./start.sh $HOME/app/start.sh
159
  RUN chmod +x $HOME/app/start.sh
160
 
 
155
  # Set the working directory to the user's home directory
156
  WORKDIR $HOME/app
157
 
158
+ COPY ./index.html /usr/share/nginx/html
159
+
160
  COPY --chown=nginx ./start.sh $HOME/app/start.sh
161
  RUN chmod +x $HOME/app/start.sh
162