mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
fixing typo in build-docker script (#1763)
This commit is contained 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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user