2021-05-06 12:22:35 +02:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2021-04-15 11:19:13 +02:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
2024-03-27 13:35:44 +01:00
|
|
|
# Copyright (c) 2021-present Kaleidos INC
|
2021-04-15 11:19:13 +02:00
|
|
|
|
2021-01-11 15:11:30 +01:00
|
|
|
set -x
|
2023-03-06 11:04:43 +01:00
|
|
|
exec docker compose -f docker-compose.yml up -d $@
|