🐳 Adds dockerfile
This commit is contained in:
8
backend/Dockerfile
Normal file
8
backend/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM gradle:jdk17
|
||||
|
||||
WORKDIR /app
|
||||
COPY --chown=gradle:gradle . .
|
||||
|
||||
RUN gradle buildFatJar
|
||||
|
||||
CMD ["gradle", "runFatJar"]
|
Reference in New Issue
Block a user