Change PHP base image for local environment
For better functionality of WordPress on local env, I changed the base image for PHP. [MAILPOET-5749]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM php:8.2.0RC6-apache
|
FROM wordpress:php8.2-apache
|
||||||
|
|
||||||
ARG UID=1000
|
ARG UID=1000
|
||||||
ARG GID=1000
|
ARG GID=1000
|
||||||
|
Reference in New Issue
Block a user