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 7c7cbfd commit 35bb44fCopy full SHA for 35bb44f
docker/php.Dockerfile
@@ -23,6 +23,7 @@ COPY /resources/ /app/resources/
23
# Build using Vite.js
24
RUN npm run build
25
26
+# Final Image
27
FROM php:8.2-fpm
28
29
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
0 commit comments