We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca847b commit 816ad7eCopy full SHA for 816ad7e
app/Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3.11-slim
2
+
3
+WORKDIR /app
4
5
+COPY . .
6
7
+RUN pip install .[app]
8
9
+CMD ["tda-mapper-app"]
0 commit comments