This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user