diff --git a/Dockerfile b/Dockerfile index 31fc27982c2b507e77f088090bdd7a245667fe4c..9860843a0100eec95234810b63e3ff768e6f4d65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,9 +48,6 @@ RUN ls -alh RUN mv symfony.conf /etc/nginx/conf.d/default.conf - - - RUN curl -sS https://getcomposer.org/installer | php RUN php composer.phar install @@ -58,7 +55,7 @@ RUN npm cache clean -f RUN npm install -g n RUN n stable RUN curl -o- -L https://yarnpkg.com/install.sh | bash -EXPOSE 8080 + RUN $HOME/.yarn/bin/yarn install --ignore-engines diff --git a/tms/symfony.conf b/tms/symfony.conf index 91c9488c9b10588e8aa2a405f82a780a26fb9056..16bd1520ce12afed789171acfd929b3db2d757a4 100644 --- a/tms/symfony.conf +++ b/tms/symfony.conf @@ -1,7 +1,6 @@ server { - listen 8080; server_name localhost; - root /var/www/html/tms/tms/public; + root /var/www/html/tms/public; location / {