Skip to content
Snippets Groups Projects
Commit f871d9e4 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

continue fixing and cleaning docker-compose build

parent 13b2cf72
No related branches found
No related tags found
3 merge requests!52Bring all changes from dev into master,!51merge fast-api into dev,!42[WIP - do not merge for now] modify docker-compose to use the nuxtjs client
......@@ -11,7 +11,6 @@ RUN yum install -y python36u python36u-libs python36u-devel python36u-pip openss
RUN pip3.6 install --upgrade pip
RUN pip3.6 install ansible
RUN yum install -y python-pip
RUN python -m pip install --upgrade pip
COPY . /code
WORKDIR /code/ansible
RUN ansible-playbook -vvv -i ./hosts_local deploy.yaml --extra-vars "@params-docker.json"
......
---
- hosts: all
environment:
PYTHONIOENCODING: utf8
LANG: en_US.UTF-8
LANGUAGE: en_US:en
become: yes
gather_facts: yes
tasks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment