manu-sapiens commited on
Commit
7bf48e7
·
1 Parent(s): 6060e5f

fixed dockerfile issue with nginx

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -39,6 +39,9 @@ EXPOSE 4444
39
  EXPOSE 1688
40
  EXPOSE 1689
41
 
 
 
 
42
  CMD ["bash", "run.sh"]
43
 
44
 
 
39
  EXPOSE 1688
40
  EXPOSE 1689
41
 
42
+ # Copy nginx configuration
43
+ COPY --chown=root nginx.conf /etc/nginx/sites-available/default
44
+
45
  CMD ["bash", "run.sh"]
46
 
47