File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /bin/bash
2-
3- echo " Starting Users API in docker"
4- cd ./VirtualFinland.UserAPI/src/VirtualFinland.UsersAPI
5- echo " Work Directory:"
6- pwd
7- echo " Building Docker Image of API"
8- docker build -f Dockerfile.arm64 -t virtualfinland/usersapi:latest .
9- echo " Starting LocalDev in Docker"
10- cd ../../../
11- echo " Work Directory:"
12- pwd
13- docker-compose -f ./Tools/Docker/docker-compose-localdev.yml up
14- docker-compose -f ./Tools/Docker/docker-compose-localdev.yml down
15-
16-
2+ export USERAPI_DOCKERFILE=Dockerfile.arm64
3+ docker compose -f ./docker-compose.yml up --build
Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -e # exit on error
3- echo " Starting Users API in docker"
4- cd ./VirtualFinland.UserAPI/src/VirtualFinland.UsersAPI
5- echo " Work Directory:"
6- pwd
7- echo " Building Docker Image of API"
8- docker build -t virtualfinland/usersapi:latest .
9- echo " Starting LocalDev in Docker"
10- cd ../../../
11- echo " Work Directory:"
12- pwd
13- docker compose -f ./Tools/Docker/docker-compose-localdev.yml up
14- docker compose -f ./Tools/Docker/docker-compose-localdev.yml down
15-
2+ docker compose -f ./docker-compose.yml up --build
You can’t perform that action at this time.
0 commit comments