Skip to content

Commit

Permalink
tag and build v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Dec 13, 2023
1 parent 68879fd commit 6a4078c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6a4078c

Please sign in to comment.