Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fixed wrong use of ENV PORT variable.
  • Loading branch information
nhkhai committed May 1, 2024
1 parent 8059fa7 commit dc70629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /

# The environment port to expose.
ENV PORT=9090
EXPOSE 9090
EXPOSE $PORT

# The JAR file path.
# ARG JAR_FILE=*.jar
Expand Down

0 comments on commit dc70629

Please sign in to comment.