diff --git a/Dockerfile b/Dockerfile index 75e2fc4..732b3e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,12 @@ COPY conf/policy.xml /etc/ImageMagick-6/policy.xml EXPOSE 8000 # Copy the application code -COPY . . +COPY conf ./conf +COPY font ./font +COPY resources ./resources +COPY styles ./styles +COPY *.py . +COPY *.lua . # Run the application CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]