Commit 55017a5d authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files
parents 33c6c7c7 1119042b
Pipeline #10583 failed with stage
in 39 seconds
......@@ -25,8 +25,10 @@ build:
before_script:
- export DOCKER_TMPDIR=/mnt/volume
script:
- docker build --no-cache --pull --progress=plain -t flask-backend flask_ml_api
# - docker build --no-cache --pull --progress=plain -t flask-backend -f Dockerfile .
- docker build --no-cache --pull --progress=plain -t flask-backend -f Dockerfile.test .
cache:
key: build-cache
paths:
- /mnt/volume
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment