prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 4b154e1160 - Show all commits

View File

@ -6,6 +6,10 @@ ENV PATH=node_modules/.bin:$PATH
WORKDIR /app
RUN apt update && && apt upgrade
RUN apt install ca-certificates apt-transport-https software-properties-common lsb-release -y
RUN add-apt-repository ppa:ondrej/php -y
RUN apt-get update && apt-get install -y \