👷 Add Dockerfile

This commit is contained in:
Andreas Dinauer 2026-02-14 20:22:29 +01:00
parent 25f44a2a9d
commit f8a20d775c

View File

@ -7,7 +7,7 @@
# #
# Then, build the image with: # Then, build the image with:
# #
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/backend-jvm . # docker build -f src/main/docker/Dockerfile -t quarkus/backend-jvm .
# #
# Then run the container using: # Then run the container using:
# #