Skip to content

Commit 9d85c1a

Browse files
committed
Fix docker image creation
1 parent 1929474 commit 9d85c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ python3 setup_migration.py bdist_wheel
4848
pip install --upgrade --force-reinstall dist/sonar_migration-*-py3-*.whl
4949

5050
if [ "$build_image" == "1" ]; then
51-
docker build -t sonar-migration:latest .
51+
docker build -t sonar-migration:latest -f migration.Dockerfile .
5252
fi
5353

5454
if [ "$build_docs" == "1" ]; then

0 commit comments

Comments
 (0)