fix: Dockerfile添加复制前端构建产物
This commit is contained in:
@@ -33,6 +33,7 @@ RUN touch config.yml
|
||||
|
||||
COPY --from=builder /app/next-terminal ./
|
||||
COPY --from=builder /app/LICENSE ./
|
||||
COPY --from=builder /app/server/resource/build ./resource/build/
|
||||
|
||||
EXPOSE $SERVER_PORT $SSHD_PORT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user