install php in docker
This commit is contained in:
parent
0410552de9
commit
4e9c4f3024
@ -3,7 +3,7 @@ FROM ubuntu:22.04
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN DEBIAN_FRONTEND=noninteractive \
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
apt install nginx php-fpm php-gd -y
|
apt install nginx php php-fpm php-gd -y
|
||||||
|
|
||||||
# Set up nginx
|
# Set up nginx
|
||||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user