We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21a7bc commit f53aebfCopy full SHA for f53aebf
Dockerfile
@@ -10,7 +10,7 @@ ENV USER='lychee'
10
ENV PHP_TZ=UTC
11
12
# Multi-stage build: Build static assets
13
-# This allows us to not include Node within the final container
+# This allows us to not include Python within the final container
14
FROM python:3.14-rc-bookworm AS python_builder
15
16
WORKDIR /usr/src/app
0 commit comments