feat: first glance at the front and back end
This commit is contained in:
3
back/Dockerfile
Normal file
3
back/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM openjdk:21-jdk
|
||||
COPY myinpulse/build/libs/myinpulse-0.0.1-SNAPSHOT.jar myinpulse.jar
|
||||
ENTRYPOINT ["java","-jar","/myinpulse.jar"]
|
Reference in New Issue
Block a user