Skip to content

Commit a77afa1

Browse files
committed
fix: docker file
1 parent d1c0435 commit a77afa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DockerFile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:18.2.0
22
RUN npm install -g yarn
33
WORKDIR /GUI/ETVR
4-
COPY package.json .
5-
RUN yarn
64
COPY . .
5+
#COPY package.json .
6+
RUN yarn
77
CMD ["yarn", "start", "--host", "0.0.0.0", "--port", "3000", "--reload"]

0 commit comments

Comments
 (0)