forked from aslan/applicant-site
prodV1 #2
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue