We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d8a8e commit 0bb70fcCopy full SHA for 0bb70fc
10 files changed
build/docker/Dockerfile.sarcpdo
@@ -0,0 +1,13 @@
1
+FROM python:3.9
2
+
3
+WORKDIR /usr/src/app
4
5
6
+COPY build/sarcpdo/00_createSarcPDOSampleFile.py .
7
+COPY build/sarcpdo/requirements.txt .
8
9
+RUN pip install --no-cache-dir -r requirements.txt
10
11
+VOLUM ['/tmp']
12
13
+CMD python
0 commit comments