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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -48,14 +48,15 @@ RUN yarn build:app:docker
48
 
49
  RUN ls -a
50
 
 
51
  #COPY /opt/node_app/excalidraw/build /var/www/html
52
- RUN echo "index.html" > /var/www/html/index.html
53
 
54
  WORKDIR /opt/node_app/
55
 
56
  # Copy fastapi app
57
  #COPY app.py .
58
- COPY nginx.conf /etc/nginx/sites-available/default
59
 
60
  # Make port 3000 available outside the container
61
  EXPOSE 3000
 
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
 
57
  # Copy fastapi app
58
  #COPY app.py .
59
+ #COPY nginx.conf /etc/nginx/sites-available/default
60
 
61
  # Make port 3000 available outside the container
62
  EXPOSE 3000