initial commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM openjdk:21-jdk-slim
|
||||
WORKDIR /app
|
||||
COPY target/searchengine-*.jar searchengine.jar
|
||||
COPY .env .
|
||||
EXPOSE 8080
|
||||
CMD ["java", "-jar", "searchengine.jar"]
|
Reference in New Issue
Block a user