Mediocreatmybest commited on
Commit
d711d43
·
1 Parent(s): 4db3cec

Update Dockerfile

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