Fix: Java 버전 호환성 문제 해결 - Dockerfile.dev jre8->jre7 변경

This commit is contained in:
leeheejin
2025-11-17 18:20:46 +09:00
parent e21c83bf06
commit baa5d0249a
2 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM dockerhub.wace.me/tomcat:7.0.94-jre8-alpine.arm64 AS Development
FROM dockerhub.wace.me/tomcat:7.0.94-jre7-alpine.arm64 AS Development
# Remove default webapps
RUN rm -rf /usr/local/tomcat/webapps/*

View File

@@ -422,14 +422,16 @@ function fn_changeRelatePartInfo(objId,rightObjId,leftObjId,leftPartNoQty,leftPa
}
</script>
</head>
<body>
<body class="backcolor" style="border:border:1px solid #ccc;">
<form name="form1" id="form1" action="" method="post">
<input type="hidden" name="objId" id="objId" value="${param.objId}" />
<div id="structurePopupBtnW">
<div id="structurePopupBtnW" style="padding-top:20px;">
<input type="button" value="변경" class="plm_btns" id="moveChange">
<input type="button" value="<<" class="plm_btns" id="moveLeft">
<input type="button" value=">>" class="plm_btns" id="moveRight">
<br>
<input type="button" value="<<" class="plm_btns" id="moveLeft" style="margin-left:0px;">
<br>
<input type="button" value=">>" class="plm_btns" id="moveRight" style="margin-left:0px;">
</div>
</form>
</body>