This commit is contained in:
Manuel
2025-09-17 23:29:48 +02:00
parent 2e863dc6a8
commit f156679578
3 changed files with 13 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pngquant \
pandoc \
resvg \
sox \
libvips-tools \
build-essential \
pkg-config \
@@ -53,4 +54,4 @@ COPY . .
EXPOSE 8000
RUN chmod +x run.sh
# Command to run when container starts
CMD ["./run.sh"]
CMD ["./run.sh", "&"]