diff --git a/Dockerfile b/Dockerfile index 32edf9b..5675fc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21.7.1-slim +FROM node:21 WORKDIR /app diff --git a/src/web/App.vue b/src/web/App.vue index 7e1807d..19d4555 100644 --- a/src/web/App.vue +++ b/src/web/App.vue @@ -11,6 +11,14 @@ Para começar, edite o arquivo src/web/App.vue e salve para recarregar a página.

+ mdi-git