Skip to content

Commit

Permalink
update run-mc-workflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Strato-YangSungHun committed Sep 2, 2024
1 parent 7cbaadc commit fea3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/run-mc-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo docker run -itd \
-e DB_ID=$DB_ID \
-e DB_PW=$DB_PW \
-e SQL_DATA_INIT=$SQL_DATA_INIT \
-v DB_VOLUME_PATH=$DB_VOLUME_PATH \
-v $DB_VOLUME_PATH=/document \
--name mc-workflow-manager \
$APP_IMAGE

Expand Down

0 comments on commit fea3b2e

Please sign in to comment.