We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1929474 commit 9d85c1aCopy full SHA for 9d85c1a
deploy-migration.sh
@@ -48,7 +48,7 @@ python3 setup_migration.py bdist_wheel
48
pip install --upgrade --force-reinstall dist/sonar_migration-*-py3-*.whl
49
50
if [ "$build_image" == "1" ]; then
51
- docker build -t sonar-migration:latest .
+ docker build -t sonar-migration:latest -f migration.Dockerfile .
52
fi
53
54
if [ "$build_docs" == "1" ]; then
0 commit comments