Skip to content

Commit 4b4cd92

Browse files
committed
Bump node version
1 parent e567c66 commit 4b4cd92

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM node:12-alpine
1+
FROM node:18-alpine
22

33
#ENV PATH $PATH:/node_modules/.bin
44

55
COPY . /hyperflow
6-
RUN npm install -g /hyperflow
6+
WORKDIR /hyperflow
7+
RUN npm install
8+
RUN npm install -g .

0 commit comments

Comments
 (0)