CalebCometML commited on
Commit
9e90f93
·
1 Parent(s): 34cbe2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ RUN apt-get -y update && apt-get -y install nginx
7
  WORKDIR /app
8
 
9
  COPY ./ /app
 
 
10
  COPY /app/nginx.conf /etc/nginx
11
 
12
  CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
 
7
  WORKDIR /app
8
 
9
  COPY ./ /app
10
+ RUN ls /app
11
+ RUN ls ./
12
  COPY /app/nginx.conf /etc/nginx
13
 
14
  CMD ["/usr/sbin/nginx", "-g", "daemon off;"]