Skip to content

Commit

Permalink
Update Ports
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeWilmoth committed Oct 23, 2024
1 parent 6744b95 commit 450eaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ RUN apt-get update && \
apt-get install sbt -y

# Expose the port the app runs on
EXPOSE 9000
EXPOSE 8080

# Build the project
RUN sbt stage

# Run the Play app
CMD ["sbt", "run", "-Dconfig.resource=${ENVIRONMENT}.conf"]
CMD ["sbt", "run", "-Dconfig.resource=${ENVIRONMENT}.conf", "-Dhttp.port=8080"]

0 comments on commit 450eaf5

Please sign in to comment.