Skip to content

Commit

Permalink
fix(build.sh): missing space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aladin committed Oct 2, 2019
1 parent 75f2944 commit dcc9ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ docker run -p ${PORT}:${PORT} -p ${DEBUG_PORT}:${DEBUG_PORT} --name ${CONTAINER_
-e EVENT_STORE_PROTOCOL=${EVENTSTORE_PROTOCOL} \
-e EVENT_STORE_TCP_PORT=${EVENTSTORE_TCP_PORT} -e EVENT_STORE_HTTP_PORT=${EVENTSTORE_HTTP_PORT} \
-e EVENT_STORE_POOLOPTIONS_MIN=${EVENTSTORE_POOLOPTIONS_MIN} -e EVENT_STORE_POOLOPTIONS_MAX=${EVENTSTORE_POOLOPTIONS_MAX} \
-e PORT=${PORT} -e HOST=${HOST}\
-e PORT=${PORT} -e HOST=${HOST} \
--network ${NETWORK_NAME} ${IMAGE_TAG}

0 comments on commit dcc9ceb

Please sign in to comment.