Update 'build/Dockerfile'
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -7,7 +7,7 @@ COPY start-container /usr/local/bin/start-container
|
|||||||
|
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive && apt-get -y update \
|
RUN export DEBIAN_FRONTEND=noninteractive && apt-get -y update \
|
||||||
&& apt-get install -y php php-xml php-curl php-xml php-mbstring composer npm \
|
&& apt-get install -y php php-xml php-curl php-xml php-mbstring composer npm \
|
||||||
&& useradd --home-dir=/var/www/html --uid=$USER_UID $USERNAME \
|
&& useradd --uid=$USER_UID $USERNAME \
|
||||||
&& chmod +x /usr/local/bin/start-container
|
&& chmod +x /usr/local/bin/start-container
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user