Skip to content

Commit 0d58b05

Browse files
committed
fix: run as inr user for wp-cli compatibility
1 parent 5d8efe4 commit 0d58b05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

experimental/php8.3/apache-event-fpm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN set -ex; \
2525
cd /home/inr; \
2626
echo "source /usr/local/include/wp-completion.bash" | tee -a .bash_profile .bashrc;
2727

28+
USER inr
29+
2830
COPY templates /etc/gotpl/
2931
COPY bin /usr/local/bin
3032

0 commit comments

Comments
 (0)