docker build syntax

This commit is contained in:
nobohan 2021-03-26 12:16:50 +01:00
parent 26531f81f4
commit c425371854
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ dev: init
docker image inspect geonature >/dev/null 2>&1 || docker build vendor/GeoNature-citizen -t geonature
docker container inspect geonature >/dev/null 2>&1 || (\
docker run -it -d -p 8080:80 --name geonature geonature &&\
docker cp patches/settings.ini geonature:config/ &&\
docker cp patches/settings.ini geonature:config &&\
docker cp patches/start.sh geonature:. &&\
#docker cp patches/install_app.sh geonature:install/ &&\
#docker cp patches/models.py geonature:backend/gncitizen/core/taxonomy/ &&\