Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM node:20
|
2 |
RUN git clone https://github.com/tianzhentech/NeatChat
|
3 |
-
WORKDIR "
|
4 |
COPY . .
|
5 |
RUN npm i
|
6 |
RUN npm run build
|
|
|
1 |
FROM node:20
|
2 |
RUN git clone https://github.com/tianzhentech/NeatChat
|
3 |
+
WORKDIR "NeatChat"
|
4 |
COPY . .
|
5 |
RUN npm i
|
6 |
RUN npm run build
|