Browse Source

fixing typo in build-docker script (#1763)

pull/1767/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
4be01c9518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/build-docker

2
scripts/build-docker

@ -86,7 +86,7 @@ case "$PROJECT" in @@ -86,7 +86,7 @@ case "$PROJECT" in
docker_build Attachments $PWD/util/Attachments $TAG $PUSH
docker_build Icons $PWD/src/Icons $TAG $PUSH
docker_build Notifications $PWD/src/Notifications $TAG $PUSH
docker_build MsSql $PWD/util/MsSql $TAG $PUSH$TAG $PUSH
docker_build MsSql $PWD/util/MsSql $TAG $PUSH
docker_build Setup $PWD/util/Setup $TAG $PUSH
docker_build EventsProcessor $PWD/src/EventsProcessor $TAG $PUSH
;;

Loading…
Cancel
Save