JSCPPProgrammer commited on
Commit
e5d10c8
·
verified ·
1 Parent(s): 138b29f

Dockerfile: COPY space_health.py into image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /app
13
 
14
  COPY vendor/rllm /app/vendor/rllm
15
  COPY requirements.txt /app/requirements.txt
16
- COPY app.py space_gen.py /app/
17
  COPY services /app/services
18
  COPY scripts /app/scripts
19
 
 
13
 
14
  COPY vendor/rllm /app/vendor/rllm
15
  COPY requirements.txt /app/requirements.txt
16
+ COPY app.py space_gen.py space_health.py /app/
17
  COPY services /app/services
18
  COPY scripts /app/scripts
19