mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 12:59:10 +00:00
Update Dockerfile
This commit is contained in:
@@ -12,7 +12,7 @@ WORKDIR /app
|
|||||||
COPY ${BUILD_LIB_DIR}/${ARTIFACTORY_FILE} app.jar
|
COPY ${BUILD_LIB_DIR}/${ARTIFACTORY_FILE} app.jar
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM openjdk:17-jre-slim
|
FROM eclipse-temurin:17-jre
|
||||||
|
|
||||||
# Install necessary packages
|
# Install necessary packages
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user