We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e567c66 commit 4b4cd92Copy full SHA for 4b4cd92
Dockerfile
@@ -1,6 +1,8 @@
1
-FROM node:12-alpine
+FROM node:18-alpine
2
3
#ENV PATH $PATH:/node_modules/.bin
4
5
COPY . /hyperflow
6
-RUN npm install -g /hyperflow
+WORKDIR /hyperflow
7
+RUN npm install
8
+RUN npm install -g .
0 commit comments