fix?
This commit is contained in:
parent
0f35e849de
commit
1ecffc13b3
@ -2,7 +2,8 @@ FROM ubuntu:22.04
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install nginx php-fpm php-gd -y
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
|
apt install nginx php-fpm php-gd -y
|
||||||
|
|
||||||
# Set up nginx
|
# Set up nginx
|
||||||
COPY ./conf/nginx.conf /etc/nginx/nginx.conf
|
COPY ./conf/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user