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