mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 14:03:10 +07:00
Dockerization + Fix for Tesseract 3.03
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM busybox
|
||||
VOLUME ["/var/docs"]
|
||||
ADD data /var/docs/
|
||||
RUN chown -R 1001:1001 /var/docs
|
||||
CMD ["/bin/sh"]
|
||||
Reference in New Issue
Block a user