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

Update Dockerfile

parent 748f4eeb
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #58634 passed
...@@ -48,8 +48,8 @@ RUN curl -o- -L https://yarnpkg.com/install.sh | bash ...@@ -48,8 +48,8 @@ RUN curl -o- -L https://yarnpkg.com/install.sh | bash
RUN $HOME/.yarn/bin/yarn install --ignore-engines RUN $HOME/.yarn/bin/yarn install --ignore-engines
RUN $HOME/.yarn/bin/yarn encore dev RUN $HOME/.yarn/bin/yarn encore dev
RUN echo "upstream php-upstream { server php:9001; }" > /etc/nginx/conf.d/upstream.conf
RUN chown root /var/log/nginx/*
#RUN adduser -D -g '' -G www-data www-data #RUN adduser -D -g '' -G www-data www-data
CMD ["nginx"] CMD ["nginx"]
......
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