Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -40,13 +40,13 @@ RUN cmake -D WITH_FFMPEG=ON -D WITH_GSTREAMER=ON -D WITH_V4L=ON -D WITH_LIBV4L=O
|
|
| 40 |
RUN make -j$(nproc)
|
| 41 |
RUN make install
|
| 42 |
|
| 43 |
-
# 全部复制到工作目录
|
| 44 |
-
COPY . .
|
| 45 |
-
|
| 46 |
# 安装依赖
|
| 47 |
RUN npm install
|
| 48 |
RUN npm install serve-static
|
| 49 |
|
|
|
|
|
|
|
|
|
|
| 50 |
# 暴露端口
|
| 51 |
EXPOSE 7860
|
| 52 |
|
|
|
|
| 40 |
RUN make -j$(nproc)
|
| 41 |
RUN make install
|
| 42 |
|
|
|
|
|
|
|
|
|
|
| 43 |
# 安装依赖
|
| 44 |
RUN npm install
|
| 45 |
RUN npm install serve-static
|
| 46 |
|
| 47 |
+
# 全部复制到工作目录
|
| 48 |
+
COPY . .
|
| 49 |
+
|
| 50 |
# 暴露端口
|
| 51 |
EXPOSE 7860
|
| 52 |
|