Skip to content
Snippets Groups Projects
Commit c2b52619 authored by Fawwaz Anugrah Wiradhika Dharmasatya's avatar Fawwaz Anugrah Wiradhika Dharmasatya
Browse files

Merge branch 'main' of gitlab.informatika.org:IF3110-2022-K02-02-05/tugas-besar-1-webtune-app

parents 95ef18db 6b94ca37
Branches
No related merge requests found
......@@ -4,8 +4,14 @@ ENV TZ=Asia/Jakarta
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
RUN echo $TZ > /etc/timezone
RUN apt-get update
RUN apt install -y php-fpm php-pgsql php-soap php-cli php-curl nginx
RUN apt update
RUN apt -y full-upgrade
RUN apt install -y nginx
RUN apt install -y php-fpm
RUN apt install -y php-pgsql
RUN apt install -y php-soap
RUN apt install -y php-cli
RUN apt install -y php-curl
RUN apt install -y supervisor
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment