mirror of
https://github.com/sismics/docs.git
synced 2025-12-22 06:01:42 +00:00
Dockerization + Fix for Tesseract 3.03
This commit is contained in:
5
docs-docker-data/Dockerfile
Normal file
5
docs-docker-data/Dockerfile
Normal file
@@ -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