self-host registry for one portfolio/resume:latest builder
This commit is contained in:
7
Dockerfile.cicd
Normal file
7
Dockerfile.cicd
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
|
||||
RUN apt -y install git woff2 bash
|
||||
COPY --from=vale /bin/vale /bin/vale
|
||||
Reference in New Issue
Block a user