Skip to content

Commit

Permalink
Removes expose command from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
appiepollo14 committed Nov 7, 2023
1 parent 912952a commit 90223c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample-apps/jaxrs-json/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM openliberty/open-liberty:full-java8-openj9-ubi
COPY src/main/liberty/config /config/
ADD build/libs/myservice.war /config/dropins/
EXPOSE 9080

# Wildfly
#FROM jboss/wildfly
Expand Down

0 comments on commit 90223c7

Please sign in to comment.