Mediocreatmybest commited on
Commit
9b8d401
1 Parent(s): 6a32a1e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -50,7 +50,8 @@ RUN yarn build:app:docker
50
 
51
  RUN ls -a
52
 
53
- COPY /opt/node_app/excalidraw/build /var/www/html
 
54
 
55
  WORKDIR /opt/node_app/
56
 
 
50
 
51
  RUN ls -a
52
 
53
+ #COPY /opt/node_app/excalidraw/build /var/www/html
54
+ RUN echo "index.html" > /var/www/html/index.html
55
 
56
  WORKDIR /opt/node_app/
57