From b234501807409710b39c5adc1fc72af999815e3f Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Wed, 20 Mar 2024 11:52:09 -0400 Subject: [PATCH] Update Dockerfile and add Git link to App.vue --- Dockerfile | 2 +- src/web/App.vue | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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