Skip to content

Commit

Permalink
removed a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisses committed Feb 22, 2022
1 parent 60f121f commit 0148a15
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions components/news-backend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
####
# This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode
#
# Before building the container image run:
#
# ./mvnw package
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/code-with-quarkus-jvm .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quarkus/code-with-quarkus-jvm
#
# If you want to include the debug port into your docker image
# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5005
#
# Then run the container using :
#
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/code-with-quarkus-jvm
#
###

#
# Dev stage
#
Expand Down

0 comments on commit 0148a15

Please sign in to comment.