imad zoukagh commited on
Commit
9f2f0c4
·
verified ·
1 Parent(s): 685606e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -24,8 +24,8 @@ COPY --chown=appuser:appuser requirements.txt requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
 
26
  COPY --chown=appuser:appuser . /app
27
- COPY --chown=appuser:appuser bot.png /app/FrontReactBuild
28
- COPY --chown=appuser:appuser user.png /app/FrontReactBuild
29
  # Lista los archivos en el directorio de trabajo
30
  RUN ls -l /app
31
  RUN ls -l /app/FrontReactBuild
 
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
 
26
  COPY --chown=appuser:appuser . /app
27
+ COPY --chown=appuser:appuser bot.png /app/FrontReactBuild/
28
+ COPY --chown=appuser:appuser user.png /app/FrontReactBuild/
29
  # Lista los archivos en el directorio de trabajo
30
  RUN ls -l /app
31
  RUN ls -l /app/FrontReactBuild