mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-26 23:17:31 +00:00
[AB-xxx] refactoring rest-api to not be a maven project and restructuring python tool file structure
This commit is contained in:
10
python/components/rest-api/docker/Dockerfile
Normal file
10
python/components/rest-api/docker/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.10.13-alpine3.18
|
||||
RUN apk --no-cache add msttcorefonts-installer fontconfig && \
|
||||
update-ms-fonts && \
|
||||
fc-cache -f
|
||||
ADD wrapper /
|
||||
ADD python/requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
ADD resources /python/resources
|
||||
ADD python /python
|
||||
CMD ["/run.sh"]
|
||||
Reference in New Issue
Block a user