We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d4cbc commit bf73eebCopy full SHA for bf73eeb
Dockerfile
@@ -19,6 +19,8 @@ RUN pip3 install --no-cache .
19
20
EXPOSE 8080
21
22
+RUN mkdir -p /opt/tinydb/data/ && chmod -R a+rwx /opt/tinydb/data/
23
+
24
USER 1001
25
26
CMD ["start_crcmocks"]
0 commit comments