7 lines
365 B
Bash
7 lines
365 B
Bash
docker build -t --platform linux/amd64 image-clsasification-service:$(poetry version -s)-dev \
|
|
-f Dockerfile \
|
|
--build-arg GITLAB_USER=$GITLAB_USER \
|
|
--build-arg GITLAB_ACCESS_TOKEN=$GITLAB_ACCESS_TOKEN \
|
|
. && \
|
|
docker run -it --rm image-clsasification-service:$(poetry version -s)-dev
|