Commit 4b237487 authored by Muhammad Suleman's avatar Muhammad Suleman

Add new Dockerfile

parent c8d0e5e3
FROM openjdk:17-jdk-alpine
WORKDIR /app
COPY target/backend-0.0.1-SNAPSHOT.jar app.jar
EXPOSE 6700
ENTRYPOINT ["java", "-jar", "app.jar"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment