Mediocreatmybest commited on
Commit
6fa7eef
1 Parent(s): 8ba5fe6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -52,13 +52,13 @@ COPY . /var/www/html/
52
 
53
  #COPY /opt/node_app/excalidraw/build /var/www/html
54
  #COPY /opt/node_app/excalidraw/build /var/www/html
55
- RUN mkdir -p /opt/node_app/excalidraw/build
56
- RUN echo "index.html" > /opt/node_app/excalidraw/build/index.html
57
 
58
  WORKDIR /opt/node_app/
59
 
60
  # Copy fastapi app
61
- #COPY app.py .
62
  #COPY nginx.conf /etc/nginx/sites-available/default
63
 
64
  # Make port 3000 available outside the container
 
52
 
53
  #COPY /opt/node_app/excalidraw/build /var/www/html
54
  #COPY /opt/node_app/excalidraw/build /var/www/html
55
+ #RUN mkdir -p /opt/node_app/excalidraw/build
56
+ #RUN echo "index.html" > /opt/node_app/excalidraw/build/index.html
57
 
58
  WORKDIR /opt/node_app/
59
 
60
  # Copy fastapi app
61
+ COPY app.py .
62
  #COPY nginx.conf /etc/nginx/sites-available/default
63
 
64
  # Make port 3000 available outside the container