remove the workaround introduced in 36acf1a00a and update the Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-06-08 17:49:38 +02:00
parent 36acf1a00a
commit 46c9a61124
4 changed files with 12 additions and 80 deletions

View File

@ -11,5 +11,5 @@ logging.level.org.springframework.web=INFO
# ----------------------------------------
# EMBEDDED SERVER CONFIGURATION (ServerProperties)
server.address=127.0.0.1
server.address=0.0.0.0
server.port=8080