mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-21 04:48:44 +00:00
[AB-70] moving image generation functionality to separate image generation module
removing doge image generation from default base split rest-api into separate modules (base and extensions)
This commit is contained in:
9
python/components/rest-api-base/docker/Dockerfile
Normal file
9
python/components/rest-api-base/docker/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
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 python /python
|
||||
CMD ["/run.sh"]
|
||||
Reference in New Issue
Block a user