doubt that this will work
Build and Push Docker Images / build-and-push (push) Successful in 5m28s

This commit is contained in:
2026-04-03 11:20:33 +02:00
parent 50838ee7bc
commit d86e27db6d
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
# Use an official PHP runtime as a parent image
FROM php:8.1-fpm
# CakePHP bin/cake uses this to skip probing; avoids edge cases with FPM images or CRLF-mangled scripts
ENV PHP=/usr/local/bin/php
# Set the working directory
WORKDIR /workspace