Clone04 commited on
Commit
7f8ec2b
·
verified ·
1 Parent(s): 9cca6a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -30,8 +30,8 @@ ENV HOME=/home/pn \
30
  WORKDIR /home/pn/app
31
 
32
  # Copy Python dependencies, Nginx configuration, and application code
33
- COPY --chown=pn requirements.txt requirements.txt
34
- RUN pip install --no-cache-dir -r requirements.txt
35
 
36
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
37
 
 
30
  WORKDIR /home/pn/app
31
 
32
  # Copy Python dependencies, Nginx configuration, and application code
33
+ #COPY --chown=pn requirements.txt requirements.txt
34
+ #RUN pip install --no-cache-dir -r requirements.txt
35
 
36
  COPY --chown=pn nginx.conf /etc/nginx/sites-available/default
37