Skip to content
Snippets Groups Projects
Commit b65140d5 authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

MAJ nginx.conf default

parent c27e4ed0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
server {
listen 8080;
server_name localhost;
root /var/www/html/tms/tms/public;
root /var/www/html/tms/public;
location / {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment