Skip to content

Commit bf73eeb

Browse files
committed
Update Dockerfile for tinydb disk storage
1 parent 48d4cbc commit bf73eeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN pip3 install --no-cache .
1919

2020
EXPOSE 8080
2121

22+
RUN mkdir -p /opt/tinydb/data/ && chmod -R a+rwx /opt/tinydb/data/
23+
2224
USER 1001
2325

2426
CMD ["start_crcmocks"]

0 commit comments

Comments
 (0)