This commit is contained in:
CNERC-SD-010\kyu
2025-02-12 17:01:12 +09:00
parent 507d541a2d
commit 435829e28e
3056 changed files with 3547802 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
FROM nexus.172-26-10-182.nip.io:5000/openjdk-17:latest
ENV TZ=Asia/Seoul
RUN mkdir -p /apigw-app
WORKDIR /apigw-app
ADD ./US_API_GW.jar /apigw-app/US_API_GW.jar
RUN chmod +x /apigw-app/US_API_GW.jar
EXPOSE 8080
ENTRYPOINT java -jar US_API_GW.jar