Files
SteamPriceParser/Dockerfile
goodwin e7599f72da
Some checks failed
Build and push image / deploy (push) Failing after 27s
Added too much functionality with redis + fix for build docker stage and added run stage
2024-03-18 18:20:27 +03:00

9 lines
170 B
Docker

FROM maven:3.9.6-eclipse-temurin-21
# build
WORKDIR app
COPY . .
RUN mvn -f pom.xml clean package -Dmaven.test.skip=true
# run
RUN java -jar target/testSteamPrices .jar