Projects STRLCPY wrongsecrets Commits 838d71f7
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    fly.toml
    skipped 5 lines
    6 6  processes = []
    7 7   
    8 8  [build]
    9  - dockerfile = "Dockerfile.web"
     9 + dockerfile = "Dockerfile"
     10 + 
     11 +[build.args]
     12 + argBasedVersion="1.5.2"
     13 + spring_profile="without-vault"
    10 14   
    11 15  [env]
    12 16   PORT = 8080
    skipped 1 lines
    14 18  [experimental]
    15 19   allowed_public_ports = []
    16 20   auto_rollback = true
     21 + CMD = "java -Xms128m -Xmx128m -Xss512k -jar -XX:MaxRAMPercentage=75 -XX:MinRAMPercentage=25 -Dspring.profiles.active=without-vault application.jar"
    17 22   
    18 23  [[services]]
    19 24   http_checks = []
    skipped 24 lines
Please wait...
Page is in error, reload to recover