tag and build v1.0

This commit is contained in:
Stille 2023-12-13 10:19:54 +08:00 committed by GitHub
parent 68879fd8f1
commit 6a4078ca6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
FROM node:14-alpine AS build
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 1.0
WORKDIR /app
COPY . /app
RUN npm install