mirror of
https://github.com/sismics/docs.git
synced 2025-12-18 12:11:40 +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"]
|
||||
3
docs-docker-data/build.sh
Normal file
3
docs-docker-data/build.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t sismics/docs_data .
|
||||
3
docs-docker-data/run.sh
Normal file
3
docs-docker-data/run.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
docker rm -f sismics_docs_data
|
||||
docker run --name sismics_docs_data sismics/docs_data
|
||||
Reference in New Issue
Block a user