whitespace dockerfile

This commit is contained in:
bel
2023-10-15 08:16:11 -06:00
parent 523c4fd9a6
commit a2a6cccd93

View File

@@ -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