Skip to content

Commit

Permalink
Move export to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Feb 6, 2018
1 parent fdbd628 commit 088de6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export VERBOSE=${VERBOSE:-"set +x"}
export PROJECT=${PROJECT:-omero}
export NETWORK=${NETWORK:-"$PROJECT"_default}
export TARGET=/$(basename $PWD)
export TARGET=${TARGET:-..}

if [ $# -eq 0 ]; then
echo "docker [stage [stage [stage]]]"
Expand Down Expand Up @@ -162,6 +163,7 @@ for STAGE in $STAGES; do
export COMPONENT=server
export USER=omero-server
export CID="$PROJECT"_omero_1
export OMERO_DIST=${OMERO_DIST:-/opt/omero/server/OMERO.server}
install
run scripts deps || echo ignore
run py common
Expand Down

0 comments on commit 088de6d

Please sign in to comment.