Skip to content
Snippets Groups Projects

Resolve "CI/CD for SmartDataContext"

4 files
+ 74
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
0
FROM debian:12.5-slim
RUN apt update -y
RUN apt install -y python3 python3-pip python3-venv
RUN mkdir /startup
CMD ["/scripts/startup.sh"]
\ No newline at end of file
Loading