feat: changed Dockerfile
This commit is contained in:
parent
78329b6e45
commit
1b4abd03c0
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Use a Maven image with OpenJDK 22 to build the JAR
|
# Use a Maven image with OpenJDK 22 to build the JAR
|
||||||
FROM maven:3.9.4-eclipse-temurin-21-alpine AS build
|
FROM maven:3.9.4-eclipse-temurin-21-alpine AS build
|
||||||
|
|
||||||
|
# Install Node.js (needed for Vaadin frontend tooling)
|
||||||
|
RUN apk add --no-cache nodejs npm
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue