From 6a4078ca6ec0df7aaf7f69c6fde4fc30aa4aa7e4 Mon Sep 17 00:00:00 2001 From: Stille Date: Wed, 13 Dec 2023 10:19:54 +0800 Subject: [PATCH] tag and build v1.0 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index aea065f..7f8d200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM node:14-alpine AS build LABEL maintainer="Stille " +ENV VERSION 1.0 + WORKDIR /app COPY . /app RUN npm install