"public/threeJS/three1.html" did not exist on "09b3f0a869cd734f328cbc6472be466d2cb2176c"
Commit 5684be37 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Image build is optimized.

parent fbc1814f
Pipeline #10685 failed with stages
in 13 minutes and 47 seconds
...@@ -49,5 +49,9 @@ deploy: ...@@ -49,5 +49,9 @@ deploy:
stage: deploy stage: deploy
dependencies: dependencies:
- build - build
image: docker:dind
services:
- name: docker:dind
command: ["--tls=false", "--storage-driver=overlay2", "--mtu=1500", "--data-root=/mnt/volume"]
script: script:
- docker run -d flask-backend-full - docker run -d flask-backend-full
\ No newline at end of file
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