abubasith86 commited on
Commit
344e17c
·
1 Parent(s): 0105539
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -57,6 +57,8 @@ FROM nginx:latest
57
  # Copy built Node.js app from builder stage
58
  COPY --from=builder /usr/src/app /usr/src/app
59
 
 
 
60
  # Copy Nginx configuration file
61
  COPY ./nginx.conf /etc/nginx/nginx.conf
62
 
 
57
  # Copy built Node.js app from builder stage
58
  COPY --from=builder /usr/src/app /usr/src/app
59
 
60
+ RUN ls -l nginx.conf
61
+
62
  # Copy Nginx configuration file
63
  COPY ./nginx.conf /etc/nginx/nginx.conf
64