abubasith86 commited on
Commit
0105539
·
1 Parent(s): 73046d5
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,7 +58,7 @@ FROM nginx:latest
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
 
63
  # Expose ports
64
  EXPOSE 80 443 5000
 
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
 
63
  # Expose ports
64
  EXPOSE 80 443 5000