Piyushdash94 commited on
Commit
4f335f0
·
verified ·
1 Parent(s): 4fa6f77

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -16,8 +16,6 @@ RUN pip install --no-cache-dir -r requirements.txt
16
  # Copy application
17
  COPY . /workspace
18
 
19
- # Nginx and supervisor configs
20
- COPY nginx.conf /etc/nginx/nginx.conf
21
  COPY supervisord.conf /workspace/supervisord.conf
22
  COPY run.sh /workspace/run.sh
23
  RUN chmod +x /workspace/run.sh
 
16
  # Copy application
17
  COPY . /workspace
18
 
 
 
19
  COPY supervisord.conf /workspace/supervisord.conf
20
  COPY run.sh /workspace/run.sh
21
  RUN chmod +x /workspace/run.sh