fix: update docker file java image
All checks were successful
Deploy Miniplan / build (push) Successful in 3m27s
All checks were successful
Deploy Miniplan / build (push) Successful in 3m27s
This commit is contained in:
@@ -16,7 +16,7 @@ RUN npm install
|
|||||||
RUN npm run build-only
|
RUN npm run build-only
|
||||||
|
|
||||||
|
|
||||||
FROM openjdk:latest as miniplan
|
FROM amazoncorretto:18 as miniplan
|
||||||
LABEL authors="walamana"
|
LABEL authors="walamana"
|
||||||
|
|
||||||
RUN mkdir -p /app/public
|
RUN mkdir -p /app/public
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ WORKDIR /home/node/app
|
|||||||
COPY --chown=node:node /pub
|
COPY --chown=node:node /pub
|
||||||
|
|
||||||
|
|
||||||
FROM openjdk:latest
|
FROM amazoncorretto:18
|
||||||
LABEL authors="walamana"
|
LABEL authors="walamana"
|
||||||
|
|
||||||
RUN mkdir /miniplan
|
RUN mkdir /miniplan
|
||||||
|
|||||||
Reference in New Issue
Block a user