# Use node as the builder image

This commit is contained in:
gimse 2023-11-09 20:09:12 +01:00
parent 760100465f
commit aeb4b01212

View File

@ -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 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 # Copy the vue-color-avatar file from the local directory to the /app directory inside the container