data_analyze-test 88 B

12345
  1. FROM data_analyze:1.0
  2. RUN rm -rf /app
  3. WORKDIR /app
  4. COPY . .
  5. CMD [ "python", "server.py"]