From aeb4b01212ca93a9d35f3e4bf9e0aa0e04d48935 Mon Sep 17 00:00:00 2001 From: gimse <23360355+gimse@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:09:12 +0100 Subject: [PATCH] # Use node as the builder image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c44718f..f72b2eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Use node:alpine3.17 image as the base image +# Use node as the builder image FROM docker.io/node:alpine3.17 as builder # Copy the vue-color-avatar file from the local directory to the /app directory inside the container