feat(docker): prod, fix misc
This commit is contained in:
parent
ba00714ce7
commit
7f99c47327
1 changed files with 1 additions and 2 deletions
|
@ -423,8 +423,7 @@ USER $sintonia_user
|
|||
ENV sintonia_user=${sintonia_user}
|
||||
WORKDIR /var/www/sintonia_webapp
|
||||
|
||||
RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp . && \
|
||||
mv /home/$sintonia_user/.env /var/www/sintonia_webapp
|
||||
RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp .
|
||||
|
||||
CMD git pull && \
|
||||
/home/$sintonia_user/composer install --no-progress --no-interaction && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue