We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c0435 commit a77afa1Copy full SHA for a77afa1
DockerFile
@@ -1,7 +1,7 @@
1
FROM node:18.2.0
2
RUN npm install -g yarn
3
WORKDIR /GUI/ETVR
4
-COPY package.json .
5
-RUN yarn
6
COPY . .
+#COPY package.json .
+RUN yarn
7
CMD ["yarn", "start", "--host", "0.0.0.0", "--port", "3000", "--reload"]
0 commit comments