Skip to content

Commit 8769df0

Browse files
committed
Add a volume
1 parent 6b2f1aa commit 8769df0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ WORKDIR /src/punch-q
5757
RUN pip3 install . -f wheels/ \
5858
&& rm -Rf /src
5959

60+
VOLUME [ "/data" ]
61+
6062
ENTRYPOINT [ "/usr/local/bin/punch-q" ]
6163

0 commit comments

Comments
 (0)