1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

fixing typo in build-docker script (#1763)

This commit is contained in:
Joseph Flinn 2021-12-14 07:59:56 -08:00 committed by GitHub
parent eb708cbf1b
commit 4be01c9518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ case "$PROJECT" in
docker_build Attachments $PWD/util/Attachments $TAG $PUSH docker_build Attachments $PWD/util/Attachments $TAG $PUSH
docker_build Icons $PWD/src/Icons $TAG $PUSH docker_build Icons $PWD/src/Icons $TAG $PUSH
docker_build Notifications $PWD/src/Notifications $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 Setup $PWD/util/Setup $TAG $PUSH
docker_build EventsProcessor $PWD/src/EventsProcessor $TAG $PUSH docker_build EventsProcessor $PWD/src/EventsProcessor $TAG $PUSH
;; ;;