Skip to content

Commit aea8a34

Browse files
committed
Update dockerfile
1 parent 43313e9 commit aea8a34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ RUN mkdir -p ./static/logs
2424
# 复制后端构建结果
2525
COPY --from=backend-builder /usr/src/app/target/release/iptv-checker-rs ./iptv-checker-rs
2626
COPY --from=backend-builder /usr/src/app/web ./web
27-
COPY --from=backend-builder /usr/src/app/translate.txt ./translate.txt
28-
COPY --from=backend-builder /usr/src/app/replace.json ./replace.json
2927
# 暴露服务端口
3028
ENV WEB_PORT=8089
3129
EXPOSE $WEB_PORT

0 commit comments

Comments
 (0)