You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ $IS_DEVMODE ] # if we work/dev from a folder named 'docker-web'
4
+
if [ "$IS_DEVMODE"=true ] # if we work/dev from a folder named 'docker-web'
5
5
then
6
6
rsync -avz --quiet --exclude=".*/" --exclude="node_modules/" --exclude="config.sh""./""$PATH_DOCKERWEB/"# we should copy files to app in /var/docker-web
0 commit comments