binary1ne commited on
Commit
bf86364
·
verified ·
1 Parent(s): 8785b16

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -77,7 +77,8 @@ RUN mkdir -p /etc/supervisor/conf.d
77
  # Copy your custom supervisor config
78
  COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
79
 
80
- COPY /web-ui/src/utils/config.py /web-ui/src/utils/config_1.py
 
81
  COPY config.py /web-ui/src/utils/config.py
82
 
83
  # Create a non-root user and switch to it
 
77
  # Copy your custom supervisor config
78
  COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
79
 
80
+ # COPY /web-ui/src/utils/config.py /web-ui/src/utils/config_1.py
81
+ RUN ls -la /web-ui/src/utils/
82
  COPY config.py /web-ui/src/utils/config.py
83
 
84
  # Create a non-root user and switch to it