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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -61,6 +61,10 @@ WORKDIR /opt/node_app/
61
  COPY app.py .
62
  #COPY nginx.conf /etc/nginx/sites-available/default
63
 
 
 
 
 
64
  # Make port 3000 available outside the container
65
  EXPOSE 3000
66
 
 
61
  COPY app.py .
62
  #COPY nginx.conf /etc/nginx/sites-available/default
63
 
64
+ RUN ls -a /var/www/html/
65
+
66
+ RUN cat /var/www/html/index.html
67
+
68
  # Make port 3000 available outside the container
69
  EXPOSE 3000
70