diff --git a/Dockerfile.cicd b/Dockerfile.cicd index db9810b..bd7f56e 100644 --- a/Dockerfile.cicd +++ b/Dockerfile.cicd @@ -1,4 +1,3 @@ -# docker build -t registry-app.inhome.blapointe.com:5001/portfolio/resume:latest -f ./Dockerfile.cicd . && docker push registry-app.inhome.blapointe.com:5001/portfolio/resume:latest FROM jdkato/vale:latest as vale FROM andreysenov/firebase-tools:latest @@ -10,4 +9,3 @@ RUN echo copying vale... COPY --from=vale /bin/vale /bin/vale RUN echo OK -